body, html {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow-x: hidden;
}


.play-room {
  	width: 100%;
  	position: relative;
  	background: linear-gradient(#002C2D, #002828);
  	height: 100%;
  	overflow: hidden;
  	text-align: right;
  	font-size: 8px;
  	color: #fff;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  	font-family: 'Kanit', sans-serif;
}




/*******
╔════════════════════════════════════════════════════════════╗
║                                                            ║
║     ██╗     ██╗██╗   ██╗███████╗                           ║
║     ██║     ██║██║   ██║██╔════╝                           ║
║     ██║     ██║██║   ██║█████╗                             ║
║     ██║     ██║╚██╗ ██╔╝██╔══╝                             ║
║     ███████╗██║ ╚████╔╝ ███████╗                           ║
║     ╚══════╝╚═╝  ╚═══╝  ╚══════╝                           ║
║                        L I V E                             ║
╚════════════════════════════════════════════════════════════╝
******/


.frame-LIVE {
    position: relative;
    width: 100%;
    height: 28.50%;
    background-image: url('../images/live-stream/Frame LIVE.png');
    background-size: 100% 100%;
}

.frame-LIVE .display-balance {
    position: absolute;
    width: 23.64%;
    height: 9.28%;
    top: 5.06%;
    left: 76.36%;
    border-radius: 50px 0px 0px 50px;
    overflow: hidden;
    box-shadow:
        inset 1px 1px 7.7px #aeffcd40, inset -2.29px -2.29px 0px -1.15px #60d2864c, inset 2.29px 2.29px 0px -1.15px #94c99087, 0px 4px 4px #00000040;
    background: linear-gradient(
            0deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0) 100%
        ), linear-gradient(0deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.35) 100%),
        linear-gradient(0deg, rgba(0, 67, 38, 0.45) 0%, rgba(0, 67, 38, 0.45) 100%),
        linear-gradient(
            0deg,
            rgba(153, 153, 153, 0.2) 0%,
            rgba(153, 153, 153, 0.2) 100%
        );
}

.frame-LIVE .credit {
    position: absolute;
    width: 57.69%;
    height: 65.22%;
    top: 17.39%;
    left: 21.15%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Outfit-SemiBold", Helvetica;
    font-weight: 600;
    color: #ffffff;
    font-size: 12.5px;
    text-align: right;
    letter-spacing: -0.46px;
    line-height: normal;
    white-space: nowrap;
}

.frame-LIVE .currency {
    position: absolute;
    width: 14.42%;
    height: 43.48%;
    top: 34.78%;
    left: 81.73%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Outfit-SemiBold", Helvetica;
    font-weight: 600;
    color: #ffffff;
    font-size: 8px;
    text-align: right;
    letter-spacing: -0.46px;
    line-height: normal;
}

.frame-LIVE .icon {
    position: absolute;
    width: 9.62%;
    height: 43.48%;
    top: 26.09%;
    left: 6.73%;
    object-fit: cover;
}

.frame-LIVE .display-personal {
    position: absolute;
    top: 3%;
    left: 0;
    width: 38.64%;
    height: 19%;
}

.frame-LIVE .user-rank {
    position: absolute;
    width: 61.18%;
    height: 56.86%;
    top: 15.69%;
    left: 38.82%;
    padding-left: 5%;
    padding-top: 1%;
    display: flex;
    flex-direction: column;
    gap: 3px;
    border-radius: 0px 50px 50px 0px;
    overflow: hidden;
    box-shadow:
        inset 1px 1px 7.7px #aeffcd40, inset -2.29px -2.29px 0px -1.15px #60d2864c, inset 2.29px 2.29px 0px -1.15px #94c99087, 0px 4px 4px #00000040;
    background: linear-gradient(
            0deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0) 100%
        ), linear-gradient(0deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.35) 100%),
        linear-gradient(0deg, rgba(0, 67, 38, 0.45) 0%, rgba(0, 67, 38, 0.45) 100%),
        linear-gradient(
            0deg,
            rgba(153, 153, 153, 0.2) 0%,
            rgba(153, 153, 153, 0.2) 100%
        );
}

.frame-LIVE .username {
    height: 55.17%;
    width: 100%;
    display: flex;
    font-family: "Outfit-SemiBold", Helvetica;
    font-weight: 600;
    color: #ffffff;
    font-size: 10px;
    letter-spacing: 0;
    line-height: normal;
    align-items: center;
    justify-content: center;

}

.frame-LIVE .rank {
    height: 44.83%;
    width: 78.50%;
    left: 21.50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.39) 0%,
        rgba(255, 255, 255, 0) 100%
    );
    font-family: "Outfit-SemiBold", Helvetica;
    font-weight: 600;
    color: #ffffff;
    font-size: 8px;
    letter-spacing: 0;
    line-height: normal;
}

.frame-LIVE .iconRank {
    margin-right: 3px;
    margin-left: 20%;
}


.frame-LIVE .level-exp {
    position: absolute;
    top: 56.86%;
    left: 48.24%;
    width: 48.24%;
    height: 37.25%;
}

.frame-LIVE .EXP-bar {
    width: 84.15%;
    height: 36.84%;
    top: 42.11%;
    background-color: #000000;
    border-radius: 0px 5px 5px 0px;
    overflow: hidden;
    box-shadow:
        inset 0px -1px 0px #000000, inset 0px -0.5px 0px #ffffff, inset 0.5px 0.5px 0px #ffffff, 0px 0.5px 3px #0000004c;
    position: absolute;
    left: 0;
}

.frame-LIVE .EXP-value {
    width: 100%;
    height: 100%;
    top: 0%;
    position: absolute;
    left: 0;
}

.frame-LIVE .Energy {
    width: 52.17%;
    height: 71.43%;
    top: 14.29%;
    position: relative;
    left: 0;
    border-radius: 0px 50px 50px 0px;
    background: linear-gradient(
        90deg,
        rgb(0, 75, 21) 0%,
        rgb(0, 255, 110) 100%
    );
}

.frame-LIVE .p {
    position: absolute;
    top: 1px;
    left: 36px;
    width: 12px;
    height: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Outfit-SemiBold", Helvetica;
    font-weight: 600;
    color: #ffffff;
    font-size: 6px;
    text-align: right;
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
}

.frame-LIVE .percent-numb {
    font-family: "Outfit-SemiBold", Helvetica;
    font-weight: 600;
    color: #ffffff;
    font-size: 6px;
    letter-spacing: 0;
}

.frame-LIVE .percent {
    font-size: 5px;
}

.frame-LIVE .exp-text {
    position: absolute;
    top: calc(50.00% - 2px);
    left: 6px;
    width: 13px;
    height: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Outfit-SemiBold", Helvetica;
    font-weight: 600;
    color: #ffffff;
    font-size: 5px;
    text-align: center;
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
}

.frame-LIVE .LV-box {
    position: absolute;
    top: 0;
    right:0%;
    width: 23.17%;
    height: 100%;
    border-radius: 50px;
    aspect-ratio: 1;
    background: linear-gradient(
        180deg,
        rgba(17, 199, 0, 1) 0%,
        rgba(8, 97, 0, 1) 100%
    );
    align-items: center;
    justify-content: center;
}

.frame-LIVE .LV {
    position: absolute;
    width: 100%;
    height: 47.37%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Outfit-Bold", Helvetica;
    font-weight: 700;
    color: #ffffff;
    font-size: 6px;
    text-align: center;
    letter-spacing: 0;
    line-height: normal;
}

.frame-LIVE .LV-numb {
    position: absolute;
    width: 100%;
    height: 73.68%;
    top: 26.32%;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Outfit-SemiBold", Helvetica;
    font-weight: 600;
    color: #ffffff;
    font-size: 10px;
    text-align: center;
    letter-spacing: 0;
    line-height: normal;
}

.frame-LIVE .button-exit {
    position: absolute;
    width: 38.82%;
    height: 68.63%;
    top: 15.69%;
    left: 0;
    box-shadow:
        inset 1px 1px 7.7px #aeffcd40, inset -2.29px -2.29px 0px -1.15px #60d2864c, inset 2.29px 2.29px 0px -1.15px #94c99087, 0px 4px 4px #00000040;
    background: linear-gradient(
            0deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0) 100%
        ), linear-gradient(0deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.35) 100%),
        linear-gradient(0deg, rgba(0, 67, 38, 0.45) 0%, rgba(0, 67, 38, 0.45) 100%),
        linear-gradient(
            0deg,
            rgba(153, 153, 153, 0.2) 0%,
            rgba(153, 153, 153, 0.2) 100%
        );
}

.frame-LIVE .iconExit {
    position: absolute;
    height: 69.29%;
    top: 17.14%;
    left: 15%;
    width: 37%;
    aspect-ratio: 1;
    object-fit: cover;
}

.frame-LIVE .profile-picture {
    position: absolute;
    width: 30%;
    height: 100%;
    left: 24.12%;
    top: 0%;
    border-radius: 238.76px;
    overflow: hidden;
    aspect-ratio: 1;
}

.frame-LIVE .profile {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    aspect-ratio: 1;
    object-fit: cover;
}

.frame-LIVE .frame {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 4px solid;
    border-color: #00df1a;
    box-shadow: 0px 0px 2.5px #000000b2, inset 0px -1px 0.9px #005541;
    aspect-ratio: 1;
}











/*******
╔═══════════════════════════════════════════════════════╗
║                                                       ║
║     ███████╗████████╗ █████╗ ████████╗███████╗        ║
║     ██╔════╝╚══██╔══╝██╔══██╗╚══██╔══╝██╔════╝        ║
║     ███████╗   ██║   ███████║   ██║   ███████╗        ║
║     ╚════██║   ██║   ██╔══██║   ██║   ╚════██║        ║
║     ███████║   ██║   ██║  ██║   ██║   ███████║        ║
║     ╚══════╝   ╚═╝   ╚═╝  ╚═╝   ╚═╝   ╚══════╝        ║
║                        S T A T S                      ║
╚═══════════════════════════════════════════════════════╝
******/

.zone-table-stats {
    position: relative;
    width: 95%;
    left:2.5%;
    height: 14.15%;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;


}

.zone-table-stats .table {
    width: 47%;
    height: 13.30%;
    top: 86.44%;
    left: 53.48%;
    position: absolute;
    border-radius: 54.99px;
    overflow: hidden;
    background-blend-mode: darken;
    
}

.zone-table-stats .data-text {
    left: 50%;
    padding-left: 3px;

}

.zone-table-stats .glass-tab {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: -3px;
    object-fit: cover;
}


.zone-table-stats .info-user-online {
    position: absolute;
    left: 75%;
    width: 23.20%;
    height: 100%;
    display: flex;
    font-family: "Inter-Light", Helvetica;
    font-weight: 300;
    color: #ffffff;
    font-size: 7.5px;
    white-space: nowrap;
    align-items: center;
    justify-content: space-between;
    letter-spacing: 0;
    
}

.zone-table-stats .dot-online {
    margin-top: 3px;
    width: 3px;
    height: 3px;
}

.zone-table-stats .icon {
    position: absolute;
    margin-right: 10px;
    top: 5px;
    left: 0;
    width: 25px;
    height: 25px;
}

.zone-table-stats .time {
    left: 53%;
    width: 21.13%;
    display: flex;
    position: absolute;
    height: 100%;
    font-family: "Inter-Light", Helvetica;
    font-weight: 300;
    letter-spacing: 0;
    white-space: nowrap;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 7.5px;
    text-align: center;
    line-height: normal;
}

.zone-table-stats .date {
    left: 30%;
    width: 24.74%;
    position: absolute;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Inter-Light", Helvetica;
    font-weight: 300;
    color: #ffffff;
    font-size: 7.5px;
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
}


.zone-table-stats .day {
    left: 3%;
    width: 30.93%;
    display: flex;
    gap: 1.5px;
    position: absolute;
    height: 100%;
    color: #ffffff;
    font-size: 7.5px;
    text-align: center;
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
    font-family: "Inter-Light", Helvetica;
    align-items: center;
    justify-content: center;
}

.zone-table-stats .img {
    width: 10px;
    height: 10px;
}

.zone-table-stats .table-stats {
    width: 28.06%;
    height: 79.05%;
    left: 71.94%;
    border-radius: 12px;
    overflow: hidden;
    box-shadow:
        inset 0px 0px 35.29px #f2f2f2, inset 0px 0px 6.62px #ffffff80, inset -2.21px -2.21px 1.1px -2.21px #ffffff, inset 2.21px 2.21px 1.1px -2.21px #ffffff, inset -2.21px -2.21px 0px -1.1px #262626, inset 2.21px 2.21px 0px -1.1px #333333, 0px 4px 4px #00000040;
    background-blend-mode: darken;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 100%),
        linear-gradient(
            0deg,
            rgba(51, 51, 51, 0.45) 0%,
            rgba(51, 51, 51, 0.45) 100%
        ),
        linear-gradient(
            0deg,
            rgba(153, 153, 153, 0.3) 0%,
            rgba(153, 153, 153, 0.3) 100%
        );
    position: absolute;
    top: 0;
}

.zone-table-stats .glass-stats {
    position: absolute;
    width: calc(100% + 22px);
    height: calc(100% + 24px);
    top: 0;
    left: 0;
    object-fit: cover;
}

.zone-table-stats .DOWN {
    position: absolute;
    width: 100%;
    height: 56.07%;
    top: 43.93%;
    left: 0;
}

.zone-table-stats .TOP {
    position: absolute;
    top: 0;
    left: 0;
    width: 117px;
    height: 47px;
    display: flex;
}

.zone-table-stats .col-percent {
    margin-top: 3px;
    width: 104px;
    height: 42px;
    margin-left: 7px;
    position: relative;
}

.zone-table-stats .p {
    position: absolute;
    width: 16.67%;
    height: 100%;
    top: 0;
    left: 83.33%;
}

.zone-table-stats .light-col {
    position: absolute;
    width: 40.38%;
    height: 64.29%;
    top: 21.43%;
    left: 30.77%;
    border-radius: 2px 2px 0px 0px;
    box-shadow: 0px 0px 2px #ffff0078;
    background: linear-gradient(
        180deg,
        rgba(238, 255, 0, 1) 0%,
        rgba(248, 213, 0, 1) 62%,
        rgba(255, 187, 0, 1) 100%
    );
}

.zone-table-stats .element {
    position: absolute;
    top: calc(50.00% - 18px);
    left: calc(50.00% - 9px);
    width: 17px;
    height: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: #ffffff;
    font-size: 5px;
    text-align: center;
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
}

.zone-table-stats .span {
    font-family: "Outfit-SemiBold", Helvetica;
    font-weight: 600;
    color: #ffffff;
    font-size: 5px;
    margin-top: 10px;
    letter-spacing: 0;
}

.zone-table-stats .text-wrapper-4 {
    font-size: 4px;
}

.zone-table-stats .text-wrapper-5 {
    position: absolute;
    width: 63.46%;
    height: 11.90%;
    top: 88.10%;
    left: 17.31%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Outfit-SemiBold", Helvetica;
    font-weight: 600;
    color: #ffffff;
    font-size: 6px;
    text-align: center;
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
}

.zone-table-stats .p-2 {
    position: absolute;
    width: 16.67%;
    height: 100%;
    top: 0;
    left: 66.67%;
}

.zone-table-stats .light-col-2 {
    height: 9.52%;
    top: 76.19%;
    left: 26.92%;
    position: absolute;
    width: 40.38%;
    border-radius: 2px 2px 0px 0px;
    box-shadow: 0px 0px 2px #ffff0078;
    background: linear-gradient(
        180deg,
        rgba(238, 255, 0, 1) 0%,
        rgba(248, 213, 0, 1) 62%,
        rgba(255, 187, 0, 1) 100%
    );
}

.zone-table-stats .element-2 {
    top: calc(50.00% + 5px);
    position: absolute;
    left: calc(50.00% - 9px);
    width: 17px;
    height: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Outfit-SemiBold", Helvetica;
    font-weight: 600;
    color: #ffffff;
    font-size: 5px;
    text-align: center;
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
}

.zone-table-stats .p-3 {
    position: absolute;
    width: 16.67%;
    height: 100%;
    top: 0;
    left: 50.00%;
}

.zone-table-stats .light-col-3 {
    height: 42.86%;
    top: 42.86%;
    left: 28.85%;
    position: absolute;
    width: 40.38%;
    border-radius: 2px 2px 0px 0px;
    box-shadow: 0px 0px 2px #ffff0078;
    background: linear-gradient(
        180deg,
        rgba(238, 255, 0, 1) 0%,
        rgba(248, 213, 0, 1) 62%,
        rgba(255, 187, 0, 1) 100%
    );
}

.zone-table-stats .element-3 {
    top: calc(50.00% - 9px);
    position: absolute;
    left: calc(50.00% - 9px);
    width: 17px;
    height: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Outfit-SemiBold", Helvetica;
    font-weight: 600;
    color: #ffffff;
    font-size: 5px;
    text-align: center;
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
}

.zone-table-stats .p-4 {
    position: absolute;
    width: 16.67%;
    height: 100%;
    top: 0;
    left: 33.33%;
}

.zone-table-stats .light-col-4 {
    height: 23.81%;
    top: 61.90%;
    left: 30.77%;
    position: absolute;
    width: 40.38%;
    border-radius: 2px 2px 0px 0px;
    box-shadow: 0px 0px 2px #ffff0078;
    background: linear-gradient(
        180deg,
        rgba(238, 255, 0, 1) 0%,
        rgba(248, 213, 0, 1) 62%,
        rgba(255, 187, 0, 1) 100%
    );
}

.zone-table-stats .element-4 {
    top: calc(50.00% - 1px);
    position: absolute;
    left: calc(50.00% - 9px);
    width: 17px;
    height: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Outfit-SemiBold", Helvetica;
    font-weight: 600;
    color: #ffffff;
    font-size: 5px;
    text-align: center;
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
}

.zone-table-stats .p-5 {
    position: absolute;
    width: 16.67%;
    height: 100%;
    top: 0;
    left: 16.67%;
}

.zone-table-stats .light-col-5 {
    height: 35.71%;
    top: 50.00%;
    left: 26.92%;
    position: absolute;
    width: 40.38%;
    border-radius: 2px 2px 0px 0px;
    box-shadow: 0px 0px 2px #ffff0078;
    background: linear-gradient(
        180deg,
        rgba(238, 255, 0, 1) 0%,
        rgba(248, 213, 0, 1) 62%,
        rgba(255, 187, 0, 1) 100%
    );
}

.zone-table-stats .element-5 {
    top: calc(50.00% - 6px);
    position: absolute;
    left: calc(50.00% - 9px);
    width: 17px;
    height: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Outfit-SemiBold", Helvetica;
    font-weight: 600;
    color: #ffffff;
    font-size: 5px;
    text-align: center;
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
}

.zone-table-stats .p-6 {
    position: absolute;
    width: 16.67%;
    height: 100%;
    top: 0;
    left: 0;
}

.zone-table-stats .light-col-6 {
    height: 52.38%;
    top: 33.33%;
    left: 28.85%;
    position: absolute;
    width: 40.38%;
    border-radius: 2px 2px 0px 0px;
    box-shadow: 0px 0px 2px #ffff0078;
    background: linear-gradient(
        180deg,
        rgba(238, 255, 0, 1) 0%,
        rgba(248, 213, 0, 1) 62%,
        rgba(255, 187, 0, 1) 100%
    );
}

.zone-table-stats .element-6 {
    top: calc(50.00% - 13px);
    position: absolute;
    left: calc(50.00% - 9px);
    width: 17px;
    height: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Outfit-SemiBold", Helvetica;
    font-weight: 600;
    color: #ffffff;
    font-size: 5px;
    text-align: center;
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
}

.zone-table-stats .win-rate {
    position: absolute;
    top: 0;
    left: 61.63%;
    width: 7.91%;
    height: 107px;
}

.zone-table-stats .element-1st {
    position: absolute;
    width: 100%;
    height: 30.22%;
    top: 0;
    left: 0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow:
        inset 0px 0px 36.66px #f2f2f2, inset 0px 0px 6.87px #ffffff80, inset -3px -3px 1.15px -2.29px #ffffff, inset 3px 3px 1.15px -2.29px #ffffff, inset -1.2px -1.5px 0px -1.15px #262626, inset 1.5px 1.5px 0px -1.15px #333333;
    background-blend-mode: darken;
    background: linear-gradient(
            360deg,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 4, 49, 1) 100%
        ),
        linear-gradient(
            0deg,
            rgba(51, 51, 51, 0.45) 0%,
            rgba(51, 51, 51, 0.45) 100%
        ),
        linear-gradient(
            0deg,
            rgba(153, 153, 153, 0.3) 0%,
            rgba(153, 153, 153, 0.3) 100%
        );
}

.zone-table-stats .glass-effect-2 {
    position: absolute;
    width: calc(100% + 20px);
    height: calc(100%);
    top: 0;
    left: 0;
    object-fit: cover;
}

.zone-table-stats .text-wrapper-6 {
    width: 57.58%;
    height: 12.37%;
    top: 77.32%;
    left: 21.21%;
    display: flex;
    font-size: 7px;
    white-space: nowrap;
    position: absolute;
    align-items: center;
    justify-content: center;
    font-family: "Outfit-SemiBold", Helvetica;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    letter-spacing: 0;
    line-height: normal;
}

.zone-table-stats .text-wrapper-7 {
    position: absolute;
    width: 100%;
    top: calc(50.00% - 19px);
    left: 0;
    height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-text-stroke: 0.5px #00000080;
    font-family: "Outfit-SemiBold", Helvetica;
    font-weight: 600;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0;
    line-height: normal;
}

.zone-table-stats .WIN-RATE {
    position: absolute;
    width: 100%;
    height: 12.37%;
    top: 55.67%;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Outfit-SemiBold", Helvetica;
    font-weight: 600;
    color: #ffffff;
    font-size: 4px;
    text-align: center;
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
}

.zone-table-stats .rectangle {
    position: absolute;
    width: 100%;
    height: 21.65%;
    top: 49.48%;
    left: 0;
    background-color: #d9d9d945;
}

.zone-table-stats .element-2nd {
    position: absolute;
    width: 100%;
    height: 30.22%;
    top: 34.89%;
    left: 0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow:
        inset 0px 0px 36.66px #f2f2f2, inset 0px 0px 6.87px #ffffff80, inset -3px -3px 1.15px -2.29px #ffffff, inset 3px 3px 1.15px -2.29px #ffffff, inset -1.2px -1.5px 0px -1.15px #262626, inset 1.5px 1.5px 0px -1.15px #333333;
    background-blend-mode: darken;
    background: linear-gradient(
            360deg,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 4, 49, 1) 100%
        ),
        linear-gradient(
            0deg,
            rgba(51, 51, 51, 0.45) 0%,
            rgba(51, 51, 51, 0.45) 100%
        ),
        linear-gradient(
            0deg,
            rgba(153, 153, 153, 0.3) 0%,
            rgba(153, 153, 153, 0.3) 100%
        );
}

.zone-table-stats .text-wrapper-8 {
    position: absolute;
    width: 78.79%;
    height: 18.56%;
    top: 51.55%;
    left: 12.12%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Outfit-SemiBold", Helvetica;
    font-weight: 600;
    color: #ffffff;
    font-size: 6px;
    text-align: center;
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
}

.zone-table-stats .glass-effect-main {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.zone-table-stats .WIN-RATE-2 {
    width: 100%;
    top: 79.38%;
    left: 0;
    position: absolute;
    height: 12.37%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Outfit-SemiBold", Helvetica;
    font-weight: 600;
    color: #ffffff;
    font-size: 4px;
    text-align: center;
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
}

.zone-table-stats .rectangle-2 {
    position: absolute;
    width: 100%;
    height: 24.74%;
    top: 48.45%;
    left: 0;
    background-color: #d9d9d945;
}

.zone-table-stats .element-3rd {
    position: absolute;
    top: 75px;
    left: 0;
    width: 100%;
    height: 30.22%;
    border-radius: 8px;
    overflow: hidden;
    box-shadow:
        inset 0px 0px 36.66px #f2f2f2, inset 0px 0px 6.87px #ffffff80, inset -3px -3px 1.15px -2.29px #ffffff, inset 3px 3px 1.15px -2.29px #ffffff, inset -1.2px -1.5px 0px -1.15px #262626, inset 1.5px 1.5px 0px -1.15px #333333;
    background-blend-mode: darken;
    background: linear-gradient(
            360deg,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 4, 49, 1) 100%
        ),
        linear-gradient(
            0deg,
            rgba(51, 51, 51, 0.45) 0%,
            rgba(51, 51, 51, 0.45) 100%
        ),
        linear-gradient(
            0deg,
            rgba(153, 153, 153, 0.3) 0%,
            rgba(153, 153, 153, 0.3) 100%
        );
}

.zone-table-stats .rectangle-3 {
    position: absolute;
    width: 100%;
    height: 21.65%;
    top: 79.38%;
    left: 0;
    background-color: #d9d9d945;
}

.zone-table-stats .text-wrapper-9 {
    width: 57.58%;
    top: 85.57%;
    left: 21.21%;
    position: absolute;
    height: 12.37%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Outfit-SemiBold", Helvetica;
    font-weight: 600;
    color: #ffffff;
    font-size: 4px;
    text-align: center;
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
}

.zone-table-stats .table-stats-2 {
    left: 0;
    width: 59.47%;
    height: 100%;
    position: absolute;
    top: 0;
}

.zone-table-stats .table-round {
    width: 29.70%;
    height: 13.27%;
    top: 86.99%;
    left: 0;
    box-shadow:
        inset 0px 0px 36.66px #f2f2f2, inset 0px 0px 6.87px #ffffff80, inset -3px -3px 1.15px -2.29px #ffffff, inset 3px 3px 1.15px -2.29px #ffffff, inset -1.2px -1.5px 0px -1.15px #262626, inset 1.5px 1.5px 0px -1.15px #333333;
    position: absolute;
    border-radius: 54.99px;
    overflow: hidden;
    background-blend-mode: darken;
    background: linear-gradient(
            360deg,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 4, 49, 1) 100%
        ),
        linear-gradient(
            0deg,
            rgba(51, 51, 51, 0.45) 0%,
            rgba(51, 51, 51, 0.45) 100%
        ),
        linear-gradient(
            0deg,
            rgba(153, 153, 153, 0.3) 0%,
            rgba(153, 153, 153, 0.3) 100%
        );
}

.zone-table-stats .info {
    position: absolute;
    top: calc(50.00% - 4px);
    left: calc(50.00% - 32px);
    width: 69px;
    height: 9px;
}

.zone-table-stats .round {
    position: absolute;
    top: calc(50.00% - 4px);
    left: calc(50.00% - 16px);
    width: 46px;
    height: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Inter-Light", Helvetica;
    font-weight: 300;
    color: #ffffff;
    font-size: 7.5px;
    text-align: center;
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
}

.zone-table-stats .round-2 {
    position: absolute;
    top: calc(50.00% - 4px);
    left: calc(50.00% - 34px);
    width: 18px;
    height: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Inter-Light", Helvetica;
    font-weight: 300;
    color: #ffffff;
    font-size: 7.5px;
    text-align: center;
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
}

.zone-table-stats .bar-stats-total-win {
    position: absolute;
    top: 76%;
    left: 4.5%;
    width: 95%;
    height: 22.48%;
}

.zone-table-stats .bar {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: -3px;
    object-fit: cover;
}

.zone-table-stats .stats-tie {
    left: calc(50.00% + 49px);
    position: absolute;
    height: 36.13%;
    top: 43.21%;
    width: 35px;
}

.zone-table-stats .dot-tie {
    position: absolute;
    height: 94.68%;
    top: 5.32%;
    left: calc(50.00% - 17px);
    width: 12px;
    border-radius: 5.96px;
    aspect-ratio: 1;
    background: linear-gradient(
        180deg,
        rgba(35, 194, 54, 1) 0%,
        rgba(18, 157, 0, 1) 100%
    );
}

.zone-table-stats .text-wrapper-10 {
    position: absolute;
    width: 34.71%;
    height: 95.35%;
    top: 3.34%;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Outfit-SemiBold", Helvetica;
    font-weight: 600;
    color: #ffffff;
    font-size: 9px;
    text-align: center;
    letter-spacing: 0;
    line-height: normal;
}

.zone-table-stats .text-wrapper-11 {
    position: absolute;
    width: 37.72%;
    height: 63.55%;
    top: 35.47%;
    left: 38.74%;
    display: flex;
    font-family: "Outfit-SemiBold", Helvetica;
    font-weight: 600;
    color: #ffffff;
    font-size: 11px;
    text-align: right;
    white-space: nowrap;
    align-items: center;
    justify-content: center;
    letter-spacing: 0;
    line-height: normal;
}

.zone-table-stats .text-wrapper-12 {
    position: absolute;
    width: 51.65%;
    height: 21.28%;
    top: 0;
    left: 30.99%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Outfit-SemiBold", Helvetica;
    font-weight: 600;
    color: #ffffff;
    font-size: 3px;
    text-align: right;
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
}

.zone-table-stats .rectangle-4 {
    position: absolute;
    width: 0;
    height: 34.45%;
    top: 46.74%;
    left: 68.58%;
    background-color: #ffffff;
}

.zone-table-stats .stats-player {
    left: calc(50.00% + 10px);
    position: absolute;
    height: 36.13%;
    top: 43.21%;
    width: 35px;
}

.zone-table-stats .dot-player {
    position: absolute;
    height: 94.68%;
    top: 5.32%;
    left: calc(50.00% - 18px);
    width: 12px;
    border-radius: 5.96px;
    aspect-ratio: 1;
    background: linear-gradient(
        180deg,
        rgba(0, 132, 255, 1) 0%,
        rgba(0, 60, 255, 1) 100%
    );
}

.zone-table-stats .text-wrapper-13 {
    height: 94.68%;
    top: 5.32%;
    left: calc(50.00% - 18px);
    width: 12px;
    display: flex;
    aspect-ratio: 1;
    font-size: 9px;
    position: absolute;
    align-items: center;
    justify-content: center;
    font-family: "Outfit-SemiBold", Helvetica;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    letter-spacing: 0;
    line-height: normal;
}

.zone-table-stats .text-wrapper-14 {
    position: absolute;
    width: 36.89%;
    height: 63.55%;
    top: 30.59%;
    left: 40.10%;
    display: flex;
    font-family: "Outfit-SemiBold", Helvetica;
    font-weight: 600;
    color: #ffffff;
    font-size: 11px;
    text-align: right;
    white-space: nowrap;
    align-items: center;
    justify-content: center;
    letter-spacing: 0;
    line-height: normal;
}

.zone-table-stats .text-wrapper-15 {
    width: 53.03%;
    left: 30.00%;
    position: absolute;
    height: 21.28%;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Outfit-SemiBold", Helvetica;
    font-weight: 600;
    color: #ffffff;
    font-size: 3px;
    text-align: right;
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
}

.zone-table-stats .rectangle-5 {
    position: absolute;
    width: 0;
    height: 34.45%;
    top: 46.74%;
    left: 51.77%;
    background-color: #ffffff;
}

.zone-table-stats .stats-banker {
    left: calc(50.00% - 29px);
    position: absolute;
    height: 36.13%;
    top: 43.21%;
    width: 35px;
}

.zone-table-stats .dot-banker {
    position: absolute;
    height: 94.68%;
    top: 5.32%;
    left: calc(50.00% - 17px);
    width: 12px;
    border-radius: 5.96px;
    aspect-ratio: 1;
    background: linear-gradient(
        180deg,
        rgba(255, 70, 70, 1) 0%,
        rgba(218, 0, 0, 1) 100%
    );
}

.zone-table-stats .text-wrapper-16 {
    position: absolute;
    width: 37.61%;
    height: 63.55%;
    top: 30.59%;
    left: 35.26%;
    display: flex;
    font-family: "Outfit-SemiBold", Helvetica;
    font-weight: 600;
    color: #ffffff;
    font-size: 11px;
    text-align: right;
    white-space: nowrap;
    align-items: center;
    justify-content: center;
    letter-spacing: 0;
    line-height: normal;
}

.zone-table-stats .text-wrapper-17 {
    position: absolute;
    width: 34.60%;
    height: 95.35%;
    top: 3.34%;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Outfit-SemiBold", Helvetica;
    font-weight: 600;
    color: #ffffff;
    font-size: 9px;
    text-align: center;
    letter-spacing: 0;
    line-height: normal;
}

.zone-table-stats .text-wrapper-18 {
    width: 48.92%;
    left: 33.78%;
    position: absolute;
    height: 21.28%;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Outfit-SemiBold", Helvetica;
    font-weight: 600;
    color: #ffffff;
    font-size: 3px;
    text-align: right;
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
}

.zone-table-stats .table-stats-main {
    width: 100%;
    height: 78.52%;
    left: 0;
    border-radius: 10px;
    box-shadow:
        inset 0px 4px 35px #ffffff, inset 0px 4px 6px #ffffff80, inset -3px -3px 1.6px -2px #ffffff, inset 3px 3px 1px -2px #ffffff, inset -2px -2px 0px -1px #262626, inset 2px 2px 0px -1px #333333, 0px 2px 7.5px #0000004c, 0px 4px 4px #00000040;
    backdrop-filter: blur(18px) brightness(100%);
    -webkit-backdrop-filter: blur(18px) brightness(100%);
    background: linear-gradient(
            0deg,
            rgba(0, 0, 0, 0.28) 0%,
            rgba(0, 0, 0, 0.28) 100%
        ), linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 100%),
        linear-gradient(
            0deg,
            rgba(153, 153, 153, 0.3) 0%,
            rgba(153, 153, 153, 0.3) 100%
        ),
        linear-gradient(0deg, rgba(51, 51, 51, 0.2) 0%, rgba(51, 51, 51, 0.2) 100%);
    position: absolute;
    top: 0;
}

.zone-table-stats .banker {
    position: absolute;
    width: 96.03%;
    top: calc(50.00% - 49px);
    left: 2%;
    height: 14px;
    aspect-ratio: 17;
}

.zone-table-stats .head {
    position: absolute;
    width: 6.72%;
    height: 99.93%;
    top: 0;
    left: 0;
    aspect-ratio: 1;
}

.zone-table-stats .cell {
    width: 87.38%;
    height: 99.86%;
    border-radius: 7px 0px 0px 0px;
    background: linear-gradient(
        180deg,
        rgba(255, 70, 70, 1) 0%,
        rgba(218, 0, 0, 1) 100%
    );
    position: absolute;
    top: 0;
    left: 0;
    border: 0.1px solid;
    border-color: #ffffff73;
}

.zone-table-stats .text-wrapper-19 {
    position: absolute;
    width: 86.97%;
    height: 99.39%;
    top: 0;
    left: 0;
    display: -webkit-box;
    align-items: center;
    justify-content: center;
    font-family: "Outfit-SemiBold", Helvetica;
    font-weight: 600;
    color: #ffffff;
    font-size: 8.5px;
    text-align: center;
    letter-spacing: -1.61px;
    line-height: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.zone-table-stats .rd {
    position: absolute;
    width: 5.91%;
    height: 99.93%;
    top: 0;
    left: 5.87%;
    aspect-ratio: 1;
}

.zone-table-stats .point {
    position: absolute;
    width: 113.74%;
    top: calc(50.00% - 7px);
    left: 0;
    height: 14px;
    aspect-ratio: 1;
}

.zone-table-stats .img-2 {
    position: absolute;
    width: 81.25%;
    top: calc(50.00% - 6px);
    left: 2.78%;
    height: 13px;
    aspect-ratio: 1;
}

.zone-table-stats .deng {
    position: absolute;
    width: 71.88%;
    top: calc(50.00% - 6px);
    left: 7.51%;
    height: 12px;
    aspect-ratio: 1;
}

.zone-table-stats .element-7 {
    position: absolute;
    width: 87.50%;
    top: calc(50.00% - 7px);
    left: 0;
    height: 14px;
    display: -webkit-box;
    font-family: "Outfit-SemiBold", Helvetica;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 7.5px;
    text-align: center;
    line-height: normal;
}

.zone-table-stats .text-wrapper-20 {
    letter-spacing: -0.11px;
}

.zone-table-stats .text-wrapper-21 {
    letter-spacing: -0.03px;
}

.zone-table-stats .cell-2 {
    position: absolute;
    width: 99.52%;
    height: 100%;
    top: 0;
    left: 0;
    border: 0.1px solid;
    border-color: #ffffff73;
}

.zone-table-stats .rd-2 {
    width: 5.88%;
    left: 11.77%;
    position: absolute;
    height: 99.93%;
    top: 0;
    aspect-ratio: 1;
}

.zone-table-stats .point-2 {
    position: absolute;
    width: 113.81%;
    top: calc(50.00% - 7px);
    left: 0;
    height: 14px;
    aspect-ratio: 1;
}

.zone-table-stats .img-3 {
    position: absolute;
    width: 81.59%;
    top: calc(50.00% - 6px);
    left: 3.02%;
    height: 13px;
    aspect-ratio: 1;
}

.zone-table-stats .text-wrapper-22 {
    position: absolute;
    width: 87.45%;
    height: 100%;
    top: 0;
    left: 0;
    display: -webkit-box;
    align-items: center;
    justify-content: center;
    opacity: 0.9;
    font-family: "Outfit-SemiBold", Helvetica;
    font-weight: 600;
    color: #ffffff;
    font-size: 8.5px;
    text-align: center;
    letter-spacing: -1.61px;
    line-height: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.zone-table-stats .cell-3 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 0.1px solid;
    border-color: #ffffff73;
}

.zone-table-stats .rd-3 {
    width: 5.88%;
    left: 17.65%;
    border: 0.1px solid;
    border-color: #ffffff73;
    position: absolute;
    height: 99.93%;
    top: 0;
    aspect-ratio: 1;
}

.zone-table-stats .rd-4 {
    width: 5.88%;
    left: 23.53%;
    border: 0.1px solid;
    border-color: #ffffff73;
    position: absolute;
    height: 99.93%;
    top: 0;
    aspect-ratio: 1;
}

.zone-table-stats .rd-5 {
    width: 5.88%;
    left: 29.41%;
    border: 0.1px solid;
    border-color: #ffffff73;
    position: absolute;
    height: 99.93%;
    top: 0;
    aspect-ratio: 1;
}

.zone-table-stats .rd-6 {
    width: 5.88%;
    left: 35.30%;
    border: 0.1px solid;
    border-color: #ffffff73;
    position: absolute;
    height: 99.93%;
    top: 0;
    aspect-ratio: 1;
}

.zone-table-stats .rd-7 {
    width: 5.88%;
    left: 52.94%;
    border: 0.1px solid;
    border-color: #ffffff73;
    position: absolute;
    height: 99.93%;
    top: 0;
    aspect-ratio: 1;
}

.zone-table-stats .rd-8 {
    width: 5.88%;
    left: 58.83%;
    border: 0.1px solid;
    border-color: #ffffff73;
    position: absolute;
    height: 99.93%;
    top: 0;
    aspect-ratio: 1;
}

.zone-table-stats .rd-9 {
    width: 5.88%;
    left: 64.71%;
    border: 0.1px solid;
    border-color: #ffffff73;
    position: absolute;
    height: 99.93%;
    top: 0;
    aspect-ratio: 1;
}

.zone-table-stats .rd-10 {
    width: 5.88%;
    left: 70.59%;
    border: 0.1px solid;
    border-color: #ffffff73;
    position: absolute;
    height: 99.93%;
    top: 0;
    aspect-ratio: 1;
}

.zone-table-stats .rd-11 {
    width: 5.88%;
    left: 41.18%;
    border: 0.1px solid;
    border-color: #ffffff73;
    position: absolute;
    height: 99.93%;
    top: 0;
    aspect-ratio: 1;
}

.zone-table-stats .rd-12 {
    width: 5.88%;
    left: 47.06%;
    border: 0.1px solid;
    border-color: #ffffff73;
    position: absolute;
    height: 99.93%;
    top: 0;
    aspect-ratio: 1;
}

.zone-table-stats .rd-13 {
    width: 5.88%;
    left: 76.47%;
    border: 0.1px solid;
    border-color: #ffffff73;
    position: absolute;
    height: 99.93%;
    top: 0;
    aspect-ratio: 1;
}

.zone-table-stats .rd-14 {
    width: 5.88%;
    left: 82.36%;
    border: 0.1px solid;
    border-color: #ffffff73;
    position: absolute;
    height: 99.93%;
    top: 0;
    aspect-ratio: 1;
}

.zone-table-stats .rd-15 {
    width: 5.88%;
    left: 88.24%;
    border: 0.1px solid;
    border-color: #ffffff73;
    position: absolute;
    height: 99.93%;
    top: 0;
    aspect-ratio: 1;
}

.zone-table-stats .div-2 {
    position: absolute;
    width: 6.72%;
    height: 99.93%;
    top: 0;
    left: 94.12%;
    aspect-ratio: 1;
}

.zone-table-stats .cell-4 {
    width: 87.50%;
    height: 100%;
    border-radius: 0px 7px 0px 0px;
    background: linear-gradient(
        180deg,
        rgba(0, 132, 255, 1) 0%,
        rgba(0, 60, 255, 1) 100%
    );
    position: absolute;
    top: 0;
    left: 0;
    border: 0.1px solid;
    border-color: #ffffff73;
}

.zone-table-stats .w-TOTAL {
    position: absolute;
    width: 86.97%;
    height: 99.39%;
    top: 0;
    left: 0;
    display: -webkit-box;
    align-items: center;
    justify-content: center;
    font-family: "Outfit-SemiBold", Helvetica;
    font-weight: 600;
    color: #ffffff;
    font-size: 8.5px;
    text-align: center;
    line-height: 11.5px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.zone-table-stats .text-wrapper-23 {
    letter-spacing: -0.04px;
}

.zone-table-stats .text-wrapper-24 {
    font-size: 3px;
    letter-spacing: 0;
    line-height: 4.1px;
}

.zone-table-stats .player-1 {
    top: calc(50.00% - 35px);
    position: absolute;
    width: 96.03%;
    left: 2%;
    height: 14px;
    aspect-ratio: 17;
}

.zone-table-stats .cell-5 {
    width: 87.38%;
    height: 99.86%;
    background: linear-gradient(
        180deg,
        rgba(0, 132, 255, 1) 0%,
        rgba(0, 60, 255, 1) 100%
    );
    position: absolute;
    top: 0;
    left: 0;
    border: 0.1px solid;
    border-color: #ffffff73;
}

.zone-table-stats .text-wrapper-25 {
    width: 86.97%;
    height: 99.39%;
    top: 0;
    left: 0;
    display: -webkit-box;
    font-size: 8.5px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    position: absolute;
    align-items: center;
    justify-content: center;
    font-family: "Outfit-SemiBold", Helvetica;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    letter-spacing: 0;
    line-height: normal;
}

.zone-table-stats .deng-2 {
    position: absolute;
    width: 68.75%;
    top: calc(50.00% - 5px);
    left: 9.24%;
    height: 11px;
    aspect-ratio: 1;
}

.zone-table-stats .cell-6 {
    width: 87.50%;
    height: 100%;
    background-color: #ffffff80;
    position: absolute;
    top: 0;
    left: 0;
    border: 0.1px solid;
    border-color: #ffffff73;
}

.zone-table-stats .text-wrapper-26 {
    position: absolute;
    width: 87.08%;
    height: 99.52%;
    top: 0;
    left: 0;
    display: -webkit-box;
    font-family: "Outfit-SemiBold", Helvetica;
    font-weight: 600;
    color: #0033ff;
    font-size: 8.5px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    align-items: center;
    justify-content: center;
    letter-spacing: 0;
    line-height: normal;
}

.zone-table-stats .player-2 {
    top: calc(50.00% - 21px);
    position: absolute;
    width: 96.03%;
    left: 2%;
    height: 14px;
    aspect-ratio: 17;
}

.zone-table-stats .player-3 {
    top: calc(50.00% - 7px);
    position: absolute;
    width: 96.03%;
    left: 2%;
    height: 14px;
    aspect-ratio: 17;
}

.zone-table-stats .player-4 {
    top: calc(50.00% + 7px);
    position: absolute;
    width: 96.03%;
    left: 2%;
    height: 14px;
    aspect-ratio: 17;
}

.zone-table-stats .player-5 {
    top: calc(50.00% + 21px);
    position: absolute;
    width: 96.03%;
    left: 2%;
    height: 14px;
    aspect-ratio: 17;
}

.zone-table-stats .player-6 {
    top: calc(50.00% + 35px);
    position: absolute;
    width: 96.03%;
    left: 2%;
    height: 14px;
    aspect-ratio: 17;
}

.zone-table-stats .cell-7 {
    width: 87.38%;
    height: 99.86%;
    border-radius: 0px 0px 0px 7px;
    background: linear-gradient(
        180deg,
        rgba(0, 132, 255, 1) 0%,
        rgba(0, 60, 255, 1) 100%
    );
    position: absolute;
    top: 0;
    left: 0;
    border: 0.1px solid;
    border-color: #ffffff73;
}

.zone-table-stats .cell-8 {
    width: 87.50%;
    height: 100%;
    background-color: #ffffff80;
    border-radius: 0px 0px 7px 0px;
    position: absolute;
    top: 0;
    left: 0;
    border: 0.1px solid;
    border-color: #ffffff73;
}









/*******
╔══════════════════════════════════════════════════════════════╗
║                                                               ║
║     ██████╗  ███████╗████████╗████████╗██╗███╗   ██╗ ██████╗  ║
║     ██╔══██╗ ██╔════╝╚══██╔══╝╚══██╔══╝██║████╗  ██║██╔════╝  ║
║     ██████╔╝ █████╗     ██║      ██║   ██║██╔██╗ ██║██║  ███╗ ║
║     ██╔══██╔ ██╔══╝     ██║      ██║   ██║██║╚██╗██║██║   ██║ ║
║     ██████╔╝ ███████╗   ██║      ██║   ██║██║ ╚████║╚██████╔╝ ║
║     ╚═════╝  ╚══════╝   ╚═╝      ╚═╝   ╚═╝╚═╝  ╚═══╝ ╚═════╝  ║
║                        B E T T I N G                          ║
╚══════════════════════════════════════════════════════════════╝
******/


.pokdeng-tablegame {
    position: relative;
    width: 100%;
    height: 26.93%;
    margin-bottom: 180px;

}

.pokdeng-tablegame .hand {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.pokdeng-tablegame .table {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}


.display-chat {
    position: relative;
    width: 100%;
    height: 100%;
}

.display-chat .display {
    width: 100%;
    height: 100%;
    top: 2.65%;
    left: 29.52%;
    border-radius: 19px;
    box-shadow:
        inset 0px 0px 35.29px #f2f2f2, inset 0px 0px 6.62px #ffffff80, inset -2.21px -2.21px 1.1px -2.21px #ffffff, inset 2.21px 2.21px 1.1px -2.21px #ffffff, inset -2.21px -2.21px 0px -1.1px #262626, inset 2.21px 2.21px 0px -1.1px #333333, 0px 4px 4px #00000040;
    background-blend-mode: darken;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 100%),
        linear-gradient(
            0deg,
            rgba(51, 51, 51, 0.45) 0%,
            rgba(51, 51, 51, 0.45) 100%
        ),
        linear-gradient(
            0deg,
            rgba(153, 153, 153, 0.3) 0%,
            rgba(153, 153, 153, 0.3) 100%
        );
    position: absolute;
    display: flex;
    overflow: hidden;
}

.display-chat .chat-form-user-wrapper {
    width: 38.67%;
    height: 46.38%;
    top: 4.58%;
    left: 30.66%;
    background-color: #000000bf;
    border-radius: 15px;
    backdrop-filter: blur(2.0px) brightness(100.0%) saturate(100.0%);
    -webkit-backdrop-filter: blur(2.0px) brightness(100.0%) saturate(100.0%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 1px 0 0 rgba(
            255,
            255,
            255,
            0.32
        ), inset 0 -1px 1px rgba(0, 0, 0, 0.13), inset -1px 0 1px rgba(
            0,
            0,
            0,
            0.11
        );
    background-blend-mode: soft-light;
    position: absolute;
    display: flex;
    overflow: hidden;
}

.display-chat .chat-box {
    width: 50%;
    margin-left: 8px;
    display: flex;
}

.display-chat .profile {
    width: 20px;
    height: 20px;
    background-color: #d9d9d9;
    border-radius: 10px;
    aspect-ratio: 1;
}

.display-chat .chat-contain {
    display: grid;
    width: auto;
    height: 25px;
    position: relative;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
    padding: 0px 2px;
}

.display-chat .user-info-chat {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(1, minmax(0, 1fr));
    width: auto;
    height: 10px;
    position: relative;
    align-self: center;
}

.display-chat .user {
    position: relative;
    align-self: end;
    max-width: 42px;
    height: 10px;
    font-weight: 400;
    color: #ffffff;
    font-size: 8px;
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
}

.display-chat .time {
    position: relative;
    justify-content: flex-end;
    text-align: bottom;
    width: 29px;
    height: 10px;
    font-weight: 200;
    color: #ffffff;
    font-size: 6px;
    letter-spacing: 0;
    line-height: normal;
}

.display-chat .text-box {
    position: relative;
    justify-self: start;
    align-self: start;
    text-align: start;
    width: auto;
    padding: 2px;
    margin-top: 2px;
    height: auto;
    font-size: 7.5px;
    letter-spacing: 0.23px;
    color: #ffffff;
    text-overflow: ellipsis; 
    font-weight: 200;
    background-color: #86868666;
    border-radius: 3px;
    overflow: hidden;
    -webkit-line-clamp: auto;
    -webkit-box-orient: vertical;
}
















/*******
╔════════════════════════════════════════════════════════════════╗
║                                                                ║
║     ███████╗  ██████╗   ██████╗  ████████╗███████╗ ██████╗     ║
║     ██╔════╝ ██╔═══██╗ ██╔═══██╗ ╚══██╔══╝██╔════╝ ██╔══██╗    ║
║     ███████╗ ██║   ██║ ██║   ██║    ██║   █████╗   ██████╔╝    ║
║     ██╔════╝ ██║   ██║ ██║   ██║    ██║   ██╔══╝   ██╔══██╗    ║
║     ██║      ╚██████╔╝ ╚██████╔╝    ██║   ███████╗ ██║  ██║    ║
║     ╚═╝       ╚═════╝   ╚═════╝     ╚═╝   ╚══════╝ ╚═╝  ╚═╝    ║
║                        F O O T E R                             ║
╚════════════════════════════════════════════════════════════════╝
******/


.footer {
    position: fixed;
    margin-top: 10px;
    bottom: 2.88%;
    width: 100%;
    height: 16.28%;
    background-image: url('../images/footer/footer tap.png');
    background-size: 100% 100%;
    overflow: visible !important;
}

.footer .left-bar {
    position: absolute;
    width: 31.82%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url('../images/footer/left-bar.png');
    background-size: 100% 100%;
}


.footer .right-bar {
    position: absolute;
    width: 31.82%;
    height: 100%;
    top: 0;
    right: 0;
    background-image: url('../images/footer/right-bar.png');
    background-size: 100% 100%;
}





                        /************ BUTTON SWITCH MODE - ปุ่มเปลี่ยนโหมดเลือกเล่น ขาและ เจ้า  ************/
                        /************ BUTTON SWITCH MODE - ปุ่มเปลี่ยนโหมดเลือกเล่น ขาและ เจ้า  ************/  
.footer .btn-mode {
  position: absolute;
  top: 58.97%;
  left: 39.09%;
  width: 21.59%;
  height: 20%;
  padding-bottom: 20px;
  display: flex;
}

.footer .btn-mode::-webkit-scrollbar {
  width: 0;
  display: none;
}

.footer .BTN-SWITCH-MODE {
  flex: 1;
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: #ffffff03;
  border-radius: 174px;
  border: none;
  box-shadow:
    0px 4px 4px #00000040,
    inset 2px 1px 0px #8700ff40,
    inset -1.5px -1.5px 4px #cd78ff40,
    inset -1px -1px 0px #df42ff40;
  cursor: pointer;
}

.footer .BTN-SWITCH-MODE::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 0px;
  border-radius: 174px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(255, 255, 255, 0.16) 100%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  z-index: 2;
  pointer-events: none;
}

/* แสงที่เลื่อนไปซ้ายขวา */
.footer .light-effect {
  position: absolute;
  top: 0%;
  width: 50%;
  height: 100%;
  border-radius: 50px;
  box-shadow: 
    0px 2px 8px -5px #ffffff,      /* เงาภายนอก (Outer glow ฟ้า) */
    0px 2px 20px 3px #0d00ff,      /* เงาภายนอกชั้นที่สอง */
    inset 1px 1px 3.5px #00c7ffc7,    /* เงาภายใน (Inset glow ฟ้าอ่อน) */
    inset -1px -2px 3.5px #00fffb,    /* เงาภายใน (Inset glow ฟ้าอ่อน) */
    inset 0px -10px 16px #1500ff,    /* เงาภายใน (Inset glow ฟ้าอ่อน) */
    inset 0 1px 0 rgb(255, 255, 255),
    inset 3px 0 0 rgb(0, 255, 183),
    inset 0 -1px 1px rgba(0, 0, 0, 0.13),
    inset -1px 0 1px rgba(0, 0, 0, 0.11);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.56) 0%, rgba(4, 0, 255, 0.56) 100%),
              linear-gradient(0deg, rgba(0, 247, 255, 0.56) 0%, rgba(0, 247, 255, 0.56) 100%),
              linear-gradient(0deg, rgba(0, 51, 255, 1) 0%, rgba(0, 51, 255, 1) 100%);
  left: 0;
  transition: all 0.4s ease-in-out;
  z-index: 1;
}

/* เมื่ออยู่ในโหมด Banker → เปลี่ยนเป็นสีแดงและเลื่อนไปขวา */
.footer .BTN-SWITCH-MODE.active .light-effect {
  top: 0%;
  left: 50%;
  box-shadow: 0px 2px 8px -5px #ffffff,      /* เงาภายนอก (Outer glow ฟ้า) */
              0px 2px 20px 3px #ff0000,      /* เงาภายนอกชั้นที่สอง */
                inset 1px 1px 3.5px #ff5100c7,    /* เงาภายใน (Inset glow ฟ้าอ่อน) */
                inset -1px -2px 3.5px #ff9500,    /* เงาภายใน (Inset glow ฟ้าอ่อน) */
                inset 0px -10px 16px #570000,    /* เงาภายใน (Inset glow ฟ้าอ่อน) */
                inset 0 1px 0 rgb(255, 255, 255),
                inset 3px 0 0 rgb(255, 0, 0),
                inset 0 -1px 1px rgba(0, 0, 0, 0.13),
                inset -1px 0 1px rgba(0, 0, 0, 0.11);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.56) 0%, rgba(175, 0, 0, 0.56) 100%),
              linear-gradient(0deg, rgba(255, 68, 68, 0.56) 0%, rgba(255, 68, 68, 0.56) 100%),
              linear-gradient(0deg, rgba(255, 0, 0, 1) 0%, rgba(255, 0, 0, 1) 100%);
}

/* ===== ปุ่มด้านใน ===== */
.footer .btn-label {
  position: absolute;
  top: 0%;
  width: 50%;
  height: 100%;
  background-color: #6b6b6b39;
  text-align: center;
  color: #999;
  font-family: 'Kanit', sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 3;
  transition: all 0.3s ease;
}

.footer .btn-label .main {
  font-size: 10px;
  font-weight: 500;
}

.footer .btn-label .sub {
  font-size: 7px;
  font-weight: 200;
}

/* ตำแหน่งซ้ายขวา */
.footer .btn-label.player {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  left: 0;
}

.footer .btn-label.banker {
  border-top-right-radius: 20px;   /* มุมขวาบน */
  border-bottom-right-radius: 20px; /* มุมขวาล่าง */
  right: 0;
}

/* สถานะ Player Active */
.footer .BTN-SWITCH-MODE:not(.active) .player {
  color: #fff;
  text-shadow: 0 0 12px #00bfff;
}

.footer .BTN-SWITCH-MODE:not(.active) .banker {
  color: #999;
  text-shadow: none;
}

/* สถานะ Banker Active */
.footer .BTN-SWITCH-MODE.active .banker {
  color: #fff;
  text-shadow: 0 0 12px #ff5555;
}

.footer .BTN-SWITCH-MODE.active .player {
  color: #999;
  text-shadow: none;
}




                        /************ CHIP SELECT - พื้นที่การเลือกชิปลงเดิมพัน  ************/
                        /************ CHIP SELECT - พื้นที่การเลือกชิปลงเดิมพัน  ************/ 
.footer .chip-area {
    width: 65.23%;
    height: 47.44%;
    left: 17.27%;
    position: absolute;
    bottom: 60%;
    
}


.chip-select {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    grid-template-rows: repeat(1, minmax(0, 1fr));
    width: 100%;
    height: 100%;
    position: relative;
}

.chip-select .left-small {
    grid-column: 1 / 2;
    position: relative;
    grid-row: 1 / 1;
    justify-self: start;
    align-self: start;
    width: 100%;
    height: auto;
    aspect-ratio: 0.78;
}

.chip-select .chip1 {
    width: 65.03%;
    height: 50.44%;
    top: 51.13%;
    background-image: url('../images/Chip/chip-1.png');
    position: relative;
    border-radius: 58px;
    border: none;
    box-shadow:
        0px 11.64px 11.64px #0000001a, 0px 4.65px 4.65px #0000000d, 0px 1.16px 0px #0000000d, 0px 5px 4px #00000040;
    backdrop-filter: blur(29.09px) brightness(100%);
    -webkit-backdrop-filter: blur(29.09px) brightness(100%);
    background-size: cover;
    background-position: 50% 50%;
}

.chip-select .chip1::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1.16px;
    border-radius: 58px;
    background: linear-gradient(
        136deg,
        rgba(255, 255, 255, 0.4) 0%,
        rgba(255, 255, 255, 0) 50%,
        rgba(255, 255, 255, 0.1) 100%
    );
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 1;
    pointer-events: none;
}

.chip-select .left-mediuem {
    grid-column: 2 / 3;
    position: relative;
    grid-row: 1 / 1;
    justify-self: start;
    align-self: start;
    width: 100%;
    height: auto;
    aspect-ratio: 0.78;
}

.chip-select .chip2 {
    width: 82.45%;
    height: 63.96%;
    top: 24.10%;
    right: 8.08%;
    background-image: url('../images/Chip/chip-2.png');
    position: relative;
    border-radius: 58px;
    border: none;
    box-shadow:
        0px 11.64px 11.64px #0000001a, 0px 4.65px 4.65px #0000000d, 0px 1.16px 0px #0000000d, 0px 5px 4px #00000040;
    backdrop-filter: blur(29.09px) brightness(100%);
    -webkit-backdrop-filter: blur(29.09px) brightness(100%);
    background-size: cover;
    background-position: 50% 50%;
}

.chip-select .chip2::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1.16px;
    border-radius: 58px;
    background: linear-gradient(
        136deg,
        rgba(255, 255, 255, 0.4) 0%,
        rgba(255, 255, 255, 0) 50%,
        rgba(255, 255, 255, 0.1) 100%
    );
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 1;
    pointer-events: none;
}

.chip-select .center-main {
    position: relative;
    grid-row: 1 / 1;
    grid-column: 3 / 4;
    justify-self: start;
    align-self: start;
    width: 100%;
    height: auto;
    aspect-ratio: 0.78;
}

.chip-select .chip3 {
    width: 99.87%;
    height: 77.47%;
    top: 10.59%;
    background-image: url('../images/Chip/chip-3.png');
    position: relative;
    border-radius: 58px;
    border: none;
    box-shadow:
        0px 11.64px 11.64px #0000001a, 0px 4.65px 4.65px #0000000d, 0px 1.16px 0px #0000000d, 0px 5px 4px #00000040;
    backdrop-filter: blur(29.09px) brightness(100%);
    -webkit-backdrop-filter: blur(29.09px) brightness(100%);
    background-size: cover;
    background-position: 50% 50%;
}

.chip-select .chip3::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1.16px;
    border-radius: 58px;
    background: linear-gradient(
        136deg,
        rgba(255, 255, 255, 0.4) 0%,
        rgba(255, 255, 255, 0) 50%,
        rgba(255, 255, 255, 0.1) 100%
    );
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 1;
    pointer-events: none;
}

.chip-select .right-mediuem {
    grid-column: 4 / 5;
    position: relative;
    grid-row: 1 / 1;
    justify-self: start;
    align-self: start;
    width: 100%;
    height: auto;
    aspect-ratio: 0.78;
}

.chip-select .chip4 {
    width: 82.45%;
    height: 63.96%;
    top: 24.10%;
    right: 8%;
    background-image: url('../images/Chip/chip-4.png');
    position: relative;
    border-radius: 58px;
    border: none;
    box-shadow:
        0px 11.64px 11.64px #0000001a, 0px 4.65px 4.65px #0000000d, 0px 1.16px 0px #0000000d, 0px 5px 4px #00000040;
    backdrop-filter: blur(29.09px) brightness(100%);
    -webkit-backdrop-filter: blur(29.09px) brightness(100%);
    background-size: cover;
    background-position: 50% 50%;
}

.chip-select .chip4::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1.16px;
    border-radius: 58px;
    background: linear-gradient(
        136deg,
        rgba(255, 255, 255, 0.4) 0%,
        rgba(255, 255, 255, 0) 50%,
        rgba(255, 255, 255, 0.1) 100%
    );
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 1;
    pointer-events: none;
}

.chip-select .right-small {
    grid-column: 5 / 6;
    position: relative;
    grid-row: 1 / 1;
    justify-self: start;
    align-self: start;
    width: 100%;
    height: auto;
    aspect-ratio: 0.78;
}

.chip-select .chip5 {
    width: 65.03%;
    height: 50.44%;
    top: 51.13%;
    right: 36.30%;
    background-image: url('../images/Chip/chip-5.png');
    position: relative;
    border-radius: 58px;
    border: none;
    box-shadow:
        0px 11.64px 11.64px #0000001a, 0px 4.65px 4.65px #0000000d, 0px 1.16px 0px #0000000d, 0px 5px 4px #00000040;
    backdrop-filter: blur(29.09px) brightness(100%);
    -webkit-backdrop-filter: blur(29.09px) brightness(100%);
    background-size: cover;
    background-position: 50% 50%;
}

.chip-select .chip5::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1.16px;
    border-radius: 58px;
    background: linear-gradient(
        136deg,
        rgba(255, 255, 255, 0.4) 0%,
        rgba(255, 255, 255, 0) 50%,
        rgba(255, 255, 255, 0.1) 100%
    );
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 1;
    pointer-events: none;
}











/*******
╔═════════════════════════════════════════════════════════════╗
║                                                             ║
║     ██████╗ ██╗   ██╗████████╗████████╗ ██████╗ ███╗   ██╗  ║
║     ██╔══██╗██║   ██║╚══██╔══╝╚══██╔══╝██╔═══██╗████╗  ██║  ║
║     ██████╔╝██║   ██║   ██║      ██║   ██║   ██║██╔██╗ ██║  ║
║     ██╔══██╗██║   ██║   ██║      ██║   ██║   ██║██║╚██╗██║  ║
║     ██████╔╝╚██████╔╝   ██║      ██║   ╚██████╔╝██║ ╚████║  ║
║     ╚═════╝  ╚═════╝    ╚═╝      ╚═╝    ╚═════╝ ╚═╝  ╚═══╝  ║
║                        B U T T O N                          ║
╚═════════════════════════════════════════════════════════════╝
******/



/* ===== ปุ่มกระจกแบบ Liquid Glass ===== */
  .glass-btn{
    --shadow: 0 6px 24px rgba(0, 0, 0, 0.223), 0 2px 6px rgba(0,0,0,.35);
    --inner:  inset 2px 1px 0 rgba(255, 255, 255, 0.345),
              inset 2 -1px 0 rgba(0,0,0,.25),
              inset 0 2px 18px rgba(255,255,255,.14),
              inset 0 0 48px rgba(255,255,255,.08);
    --ring:   0 0 0 0 rgba(53,196,255,0); /* focus ring default */

    position:relative;
    border:none;
    cursor:pointer;
    isolation:isolate;           /* แยกเลเยอร์เพื่อ blend ให้สวย */
    box-shadow: var(--shadow), var(--ring);
    background:
      radial-gradient(120% 120% at 30% 25%, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.06) 42%, rgba(0, 0, 0, 0) 60%),
      radial-gradient(120% 120% at 70% 80%, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 55%),
      linear-gradient(135deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.06));
    color:#ffffff;
    display:grid;
    place-items:center;
    transition:
      transform .2s ease,
      box-shadow .2s ease,
      background .2s ease,
      filter .2s ease;
    backdrop-filter: blur(10px) saturate(140%);
    -webkit-backdrop-filter: blur(10px) saturate(140%);
    box-shadow: var(--shadow), var(--inner), var(--ring);
    outline: none;
  }

  /* ขอบกระจก + เส้นไฮไลท์รอบวง */
  .glass-btn::before{
    content:"";
    position:absolute; inset:0;
    border-radius:inherit;
    padding:2px;                          /* สร้างขอบชั้นนอก */
    background:
      radial-gradient(100% 100% at 30% 20%, rgba(177, 255, 229, 0.824), rgba(255,255,255,.08) 55%, rgba(186, 255, 219, 0.167)),
      conic-gradient(from 210deg, rgba(255, 255, 255, 0), rgba(87, 87, 87, 0.15), rgba(77, 77, 77, 0.157), rgba(255,255,255,.05), rgba(52, 52, 52, 0.7));
    -webkit-mask:
      linear-gradient(#000 0 0) content-box,
      linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;      /* เจาะตรงกลางให้กลวง */
    pointer-events:none;
    mix-blend-mode: screen;
  }

  /* ของเหลวด้านใน (blur + เคลื่อนไหวช้า ๆ) */
  .glass-btn::after{
    content:"";
    position:absolute;
    inset:8%;
    border-radius:inherit;
    background:
      radial-gradient(55% 65% at 30% 35%, color-mix(in oklab, var(--accent) 70%, white 20%) 0%, transparent 60%),
      radial-gradient(45% 55% at 70% 65%, color-mix(in oklab, var(--accent) 50%, #70a6ff 30%) 0%, transparent 60%),
      radial-gradient(35% 35% at 60% 30%, rgba(255,255,255,.18) 0%, transparent 70%);
    filter: blur(12px) saturate(130%);
    mix-blend-mode: screen;
    animation: float 6s ease-in-out infinite alternate;
    pointer-events:none;
    opacity:.85;
  }



  /* โฮเวอร์ / แอคทีฟ */
  .glass-btn:hover{
    transform: translateY(-2px);
    box-shadow:
      0 10px 28px rgba(0,0,0,.55),
      0 2px 10px rgba(0,0,0,.35),
      0 0 40px 6px color-mix(in oklab, var(--glow) 40%, transparent);
    filter: brightness(1.05);
  }
  .glass-btn:active{
    transform: translateY(0);
    filter: brightness(.98);
  }

  /* โฟกัส (คีย์บอร์ด) */
  .glass-btn:focus-visible{
    --ring: 0 0 0 6px color-mix(in oklab, var(--glow) 22%, transparent);
    box-shadow: var(--shadow), var(--inner), var(--ring);
  }

  /* เอฟเฟกต์เหลวเคลื่อนไหว */
  @keyframes float{
    0%   { transform: translate(-2%, -2%) scale(1.02); }
    100% { transform: translate( 2%,  2%) scale(0.98); }
  }

  /* Fallback ถ้าไม่รองรับ backdrop-filter */
  @supports not ((backdrop-filter: blur(6px)) or (-webkit-backdrop-filter: blur(6px))){
    .glass-btn{
      background: radial-gradient(120% 120% at 30% 25%, rgba(255,255,255,.25), rgba(255,255,255,.05) 60%);
      filter: saturate(120%);
    }
  }





/* ================================================ */
/*                 เอฟเฟค ลิขวิดกลาส                  */
/* ================================================ */

.liquid-btn {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  box-shadow:
    inset 0 1px 3px rgba(255,255,255,0.4),
    inset 0 -2px 8px rgba(0,0,0,0.4),
    0 2px 8px rgba(0,0,0,0.6);
  backdrop-filter: blur(8px) saturate(140%);
  -webkit-backdrop-filter: blur(8px) saturate(140%);
  transition: all 0.25s ease;
  cursor: pointer;
}

.liquid-btn:hover {
  transform: scale(1.05);
  box-shadow:
    inset 0 1px 3px rgba(255,255,255,0.6),
    0 0 12px rgba(0, 255, 255, 0.4);
}

.liquid-btn img {
  pointer-events: none;
  user-select: none;
}


/* ============================== */
/*          ปุ่มเปิดเมนู             */
/* ============================== */
.button-menu {
  position: absolute;
  left: 10.71%;
  top: 12.18%;
  width: 39.29%;
  height: 35.26%;
}
.button-menu img {
  width: 45.45%;
  height: 45.45%;
}

.button-menu.active {
  transform: scale(1.05);
  box-shadow:
    inset 0 1px 3px rgba(255,255,255,0.6),
    inset -10px 10px 20px rgb(0, 255, 136),
     0 0 20px rgba(0, 255, 255, 0.608),
     0 0 40px rgba(0, 255, 255, 0.229);
}

/* Animation: ยุบแล้วเด้งขึ้น */
@keyframes pressBounce {
  0%   { transform: scale(1); }
  40%  { transform: scale(0.85); }
  80%  { transform: scale(1.08); }
  100% { transform: scale(1.0); }
}
.button-menu.animate-press {
  animation: pressBounce 0.25s ease;
}



/* ============================== */
/*          ปุ่มเปิดย้ายห้อง            */
/* ============================== */
.button-changeRoom {
  left: 12.86%;
  top: 62.18%;
  width: 35.71%;
  height: 32.05%;
}
.button-changeRoom img {
  width: 70%;
  height: 70%;
}


.button-changeRoom.active {
  transform: scale(1.05);
  box-shadow:
    inset 0 1px 3px rgba(255,255,255,0.6),
    inset -10px 10px 20px rgb(0, 255, 136),
     0 0 20px rgba(0, 255, 255, 0.608),
     0 0 40px rgba(0, 255, 255, 0.229);
}

/* Animation: ยุบแล้วเด้งขึ้น */
@keyframes pressBounce {
  0%   { transform: scale(1); }
  40%  { transform: scale(0.85); }
  80%  { transform: scale(1.08); }
  100% { transform: scale(1.0); }
}
.button-changeRoom.animate-press {
  animation: pressBounce 0.25s ease;
}



/* ============================== */
/*          ปุ่มเปิดแชท             */
/* ============================== */
.button-openChat {
  left: 65%;
  top: 57.05%;
  width: 32.14%;
  height: 28.85%;
}
.button-openChat img {
  width: 66.67%;
  height: 66.67%;
}

.button-openChat.active {
  transform: scale(1.05);
  box-shadow:
    inset 0 1px 3px rgba(255,255,255,0.6),
    inset -10px 10px 20px rgb(0, 255, 136),
     0 0 20px rgba(0, 255, 255, 0.608),
     0 0 40px rgba(0, 255, 255, 0.229);
}

/* Animation: ยุบแล้วเด้งขึ้น */
@keyframes pressBounce {
  0%   { transform: scale(1); }
  40%  { transform: scale(0.85); }
  80%  { transform: scale(1.08); }
  100% { transform: scale(1.0); }
}
.button-openChat.animate-press {
  animation: pressBounce 0.25s ease;
}



/* ============================== */
/*         ปุ่มย้อนกลับชิป             */
/* ============================== */
.button-betReturn {
  position: absolute;
  right: 10.71%;
  top: 12.18%;
  width: 39.29%;
  height: 35.26%;
}
.button-betReturn img {
  width: 45.45%;
  height: 45.45%;
}
.button-betReturn.active {
  transform: scale(1.05);
  box-shadow:
    inset 0 1px 3px rgba(255,255,255,0.6),
    inset -10px 10px 20px rgb(0, 255, 136),
     0 0 20px rgba(0, 255, 255, 0.608),
     0 0 40px rgba(0, 255, 255, 0.229);
}

/* Animation: ยุบแล้วเด้งขึ้น */
@keyframes pressBounce {
  0%   { transform: scale(1); }
  40%  { transform: scale(0.85); }
  80%  { transform: scale(1.08); }
  100% { transform: scale(1.0); }
}
.button-betReturn.animate-press {
  animation: pressBounce 0.25s ease;
}



/* ============================== */
/*         ปุ่มรูด ขา/เจ้า           */
/* ============================== */
.button-betAll {
  right: 12.86%;
  top: 62.18%;
  width: 35.71%;
  height: 32.05%;
}
.button-betAll img {
  width: 70%;
  height: 70%;
}
.button-betAll.active {
  transform: scale(1.05);
  box-shadow:
    inset 0 1px 3px rgba(255,255,255,0.6),
    inset -10px 10px 20px rgb(0, 255, 136),
     0 0 20px rgba(0, 255, 255, 0.608),
     0 0 40px rgba(0, 255, 255, 0.229);
}
/* Animation: ยุบแล้วเด้งขึ้น */
@keyframes pressBounce {
  0%   { transform: scale(1); }
  40%  { transform: scale(0.85); }
  80%  { transform: scale(1.08); }
  100% { transform: scale(1.0); }
}
.button-betAll.animate-press {
  animation: pressBounce 0.25s ease;
}



/* ============================== */
/*         ปุ่มลงเดิมพันซ้ำ          */
/* ============================== */
.button-redoBet {
  right: 65%;
  top: 57.05%;
  width: 32.14%;
  height: 28.85%;
}
.button-redoBet img {
  width: 66.67%;
  height: 66.67%;
}
.button-redoBet.active {
  transform: scale(1.05);
  box-shadow:
    inset 0 1px 3px rgba(255,255,255,0.6),
    inset -10px 10px 20px rgb(0, 255, 136),
     0 0 20px rgba(0, 255, 255, 0.608),
     0 0 40px rgba(0, 255, 255, 0.229);
}
/* Animation: ยุบแล้วเด้งขึ้น */
@keyframes pressBounce {
  0%   { transform: scale(1); }
  40%  { transform: scale(0.85); }
  80%  { transform: scale(1.08); }
  100% { transform: scale(1.0); }
}
.button-redoBet.animate-press {
  animation: pressBounce 0.25s ease;
}










/* ==== แถบ Marquee หลัก ==== */
.marquee-bar {
  bottom: 0%;
  position: fixed;
  width: 100%;
  height: 2.5%;
  background-color: #004029;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ==== กล่องข้อความ ==== */
.marquee-box {
  position: relative;
  width: 90%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ==== ข้อความที่วิ่ง ==== */
.marquee-text {
  position: absolute;
  white-space: nowrap;
  color: white;
  font-size: 9px;
  font-weight: 300;
  animation: scroll-left 20s linear infinite;
  top: 50%;
  left: 50%;
  transform: translate(100%, -50%);
}

/* ==== แอนิเมชันข้อความวิ่ง ==== */
@keyframes scroll-left {
  0% {
    transform: translate(100%, -50%);
  }
  100% {
    transform: translate(-100%, -50%);
  }
}



























/***** <!-- 
╔══════════════════════════════════════════════════════════════════════════════════╗
║                                                           ║
║          ███╗   ███╗ ███████╗ ███╗   ██╗ ██╗   ██╗           ║
║          ████╗ ████║ ██╔════╝ ████╗  ██║ ██║   ██║           ║
║          ██╔████╔██║ █████╗   ██╔██╗ ██║ ██║   ██║           ║
║          ██║╚██╔╝██║ ██╔══╝   ██║╚██╗██║ ██║   ██║           ║
║          ██║ ╚═╝ ██║ ███████╗ ██║ ╚████║ ████████║            ║
║          ╚═╝     ╚═╝ ╚══════╝ ╚═╝  ╚═══╝ ╚═══════╝            ║
║                                                           ║               
╚══════════════════════════════════════════════════════════════════════════════════╝
--> ****/

.menu-display {
    position: fixed;
    display: flex;
    right: 0;
    width: 59.55%;
    height: 48.22%;
    bottom: 18%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 2000;

}
.menu-display.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.menu-display .box-menu-display {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 24.1px;
    background-image: url('../images/pokdeng-game-room/openMenu/displayMenu-1.png');
    background-size: 100% 100%;
    filter: drop-shadow( 10px 10px 10px 10px #000000);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transform: translateX(100%);
    
}
.menu-display.active .box-menu-display {
  transform: translateX(0);
}


.menu-display .head {
    margin-left: 25px;
    width: 150px;
    height: 50px;
    margin-top: 17px;
    display: flex;
    gap: 8px;
}

.menu-display .symbol {
    width: 50px;
    height: 50px;
    display: flex;
    background-color: #ffffff25;
    border-radius: 229.14px;
    aspect-ratio: 1;
}

.menu-display .icon {
    margin-top: 12px;
    width: 25px;
    height: 25px;
    margin-left: 12px;
    aspect-ratio: 1;
    object-fit: cover;
}

.menu-display .title-and-detail {
    display: flex;
    margin-top: 12px;
    width: 150px;
    height: 27px;
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.menu-display .text-head {
    display: flex;
    align-self: stretch;
    width: 150px;
    height: 25px;
    margin-top: -7.79px;
    font-weight: 400;
    color: #ffffff;
    font-size: 16px;
    white-space: nowrap;
    position: relative;
    align-items: start;
    justify-content: start;
    letter-spacing: 0;
    line-height: normal;
}

.menu-display .text-sub {
    display: flex;
    align-self: stretch;
    width: 150px;
    height: 25px;
    margin-bottom: -3.21px;
    font-weight: 300;
    color: #afafaf;
    font-size: 11px;
    overflow: hidden;
    position: relative;
    align-items: start;
    justify-content: start;
    letter-spacing: 0;
    line-height: normal;
}

.menu-display .category {
    display: flex;
    margin-left: 25px;
    width: 133px;
    height: 340.74px;
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 15px;
}


.menu-display .button {
    position: relative;
    align-self: stretch;
    width: 100%;
    height: 56px;
    border-radius: 20px;
    overflow: hidden;
}


.menu-display .symbol-1 {
    top: 10px;
    left: 11px;
    width: 26.32%;
    display: flex;
    align-items: center;
    background-color: #ffffff1a;
    border-radius: 50px;
    overflow: hidden;
    position: absolute;
    height: 62.50%;
    aspect-ratio: 1;
}

.menu-display .icon-1 {
    height: 100%;
    width: 100%;
    flex: 1;
    aspect-ratio: 1;
}

.menu-display .detail {
    display: flex;
    flex-direction: column;
    width: 83px;
    height: 31px;
    left: 40%;
    align-items: flex-start;
    justify-content: start;
    position: absolute;
    top: 13px;
    
}

.menu-display .text-head-btn {
    position: relative;
    display: flex;
    align-items: start;
    justify-content: start;
    width: 121px;
    height: 30px;
    margin-top: -3.29px;
    margin-right: -38.00px;
    font-weight: 200;
    color: #ffffff;
    font-size: 12px;
    letter-spacing: 0.20px;
    line-height: normal;
}

.menu-display .text-sub-btn {
    align-self: stretch;
    height: 22px;
    font-size: 10px;
    margin-top: -5px;
    font-weight: 100;
    color: #afafaf;
    font-size: 10px;
    overflow: hidden;
    position: relative;
    align-items: start;
    justify-content: start;
    display: flex;
    letter-spacing: 0;
    line-height: normal;
}

.menu-display .bar-basic-control {
    position: absolute;
    width: 31.27%;
    height: 100%;
    top: 0;
    right: 0;
    background-image: url('../images/pokdeng-game-room/openMenu/displayMenu-2.png');
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transform: translateX(100%);
}
.menu-display.active .bar-basic-control {
  transform: translateX(0);
}

.menu-display .btn-basic-control {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-template-rows: repeat(5, minmax(0, 1fr));
    width: 100%;
    height: 67.10%;
    gap: 15px 0px;
    padding: 5px 17px;
    position: absolute;
    bottom: 14%;
    right: 0;
}

.menu-display .btn {
    position: relative;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.menu-display .btn-on-off {
    display: flex;
    position: relative;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: all 0.25s ease;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

/* ========================= */
/* ปุ่มเปิด (ON / ACTIVE)  */
/* ========================= */
.btn-basic-control .btn-on-off.active {
    background: rgba(255, 255, 255, 0.15);
    box-shadow:
        inset 0 1px 3px rgba(255,255,255,0.4),
        inset 0 -2px 8px rgba(0,0,0,0.4),
        0 2px 8px rgba(0,0,0,0.6);
}

/* ========================= */
/* ปุ่มปิด (OFF) – เมื่อไม่มี active */
/* ========================= */
.btn-basic-control .btn-on-off:not(.active) {
  background: rgba(255, 255, 255, 0.359); /* สีพื้นหม่นกว่า */
  box-shadow:
    inset 1px 2px 3px rgba(255, 255, 255, 0.401),
}


/* Animation ยุบแล้วเด้ง */
@keyframes iconPress {
  0%   { transform: scale(1); }
  30%  { transform: scale(0.85); }
  60%  { transform: scale(1.08); }
  100% { transform: scale(1); }
}
.btn-basic-control .btn-on-off img.bounce {
  animation: iconPress 0.3s ease;
}











.menu-display .box-menu-display {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 24.1px;
    background-image: url('../images/pokdeng-game-room/openMenu/displayMenu-1.png');
    background-size: 100% 100%;
    filter: drop-shadow( 10px 10px 10px 10px #000000);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transform: translateX(100%);
    
}
.menu-display.active .box-menu-display {
  transform: translateX(0);
}


.menu-display .head {
    margin-left: 25px;
    width: 150px;
    height: 50px;
    margin-top: 17px;
    display: flex;
    gap: 8px;
}

.menu-display .symbol {
    width: 50px;
    height: 50px;
    display: flex;
    background-color: #ffffff25;
    border-radius: 229.14px;
    aspect-ratio: 1;
}

.menu-display .icon {
    margin-top: 12px;
    width: 25px;
    height: 25px;
    margin-left: 12px;
    aspect-ratio: 1;
    object-fit: cover;
}

.menu-display .title-and-detail {
    display: flex;
    margin-top: 12px;
    width: 150px;
    height: 27px;
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.menu-display .text-head {
    display: flex;
    align-self: stretch;
    width: 150px;
    height: 25px;
    margin-top: -7.79px;
    font-weight: 400;
    color: #ffffff;
    font-size: 16px;
    white-space: nowrap;
    position: relative;
    align-items: start;
    justify-content: start;
    letter-spacing: 0;
    line-height: normal;
}

.menu-display .text-sub {
    display: flex;
    align-self: stretch;
    width: 150px;
    height: 25px;
    margin-bottom: -3.21px;
    font-weight: 300;
    color: #afafaf;
    font-size: 11px;
    overflow: hidden;
    position: relative;
    align-items: start;
    justify-content: start;
    letter-spacing: 0;
    line-height: normal;
}

.menu-display .category {
    display: flex;
    margin-left: 25px;
    width: 133px;
    height: 340.74px;
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 15px;
}


.menu-display .button {
    position: relative;
    align-self: stretch;
    width: 100%;
    height: 56px;
    border-radius: 20px;
    overflow: hidden;
}


.menu-display .symbol-1 {
    top: 10px;
    left: 11px;
    width: 26.32%;
    display: flex;
    align-items: center;
    background-color: #ffffff1a;
    border-radius: 50px;
    overflow: hidden;
    position: absolute;
    height: 62.50%;
    aspect-ratio: 1;
}

.menu-display .icon-1 {
    height: 100%;
    width: 100%;
    flex: 1;
    aspect-ratio: 1;
}

.menu-display .detail {
    display: flex;
    flex-direction: column;
    width: 83px;
    height: 31px;
    left: 40%;
    align-items: flex-start;
    justify-content: start;
    position: absolute;
    top: 13px;
    
}

.menu-display .text-head-btn {
    position: relative;
    display: flex;
    align-items: start;
    justify-content: start;
    width: 121px;
    height: 30px;
    margin-top: -3.29px;
    margin-right: -38.00px;
    font-weight: 200;
    color: #ffffff;
    font-size: 12px;
    letter-spacing: 0.20px;
    line-height: normal;
}

.menu-display .text-sub-btn {
    align-self: stretch;
    height: 22px;
    font-size: 10px;
    margin-top: -5px;
    font-weight: 100;
    color: #afafaf;
    font-size: 10px;
    overflow: hidden;
    position: relative;
    align-items: start;
    justify-content: start;
    display: flex;
    letter-spacing: 0;
    line-height: normal;
}

.menu-display .bar-basic-control {
    position: absolute;
    width: 31.27%;
    height: 100%;
    top: 0;
    right: 0;
    background-image: url('../images/pokdeng-game-room/openMenu/displayMenu-2.png');
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transform: translateX(100%);
}
.menu-display.active .bar-basic-control {
  transform: translateX(0);
}

.menu-display .btn-basic-control {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-template-rows: repeat(5, minmax(0, 1fr));
    width: 100%;
    height: 67.10%;
    gap: 15px 0px;
    padding: 5px 17px;
    position: absolute;
    bottom: 14%;
    right: 0;
}

.menu-display .btn {
    position: relative;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.menu-display .btn-on-off {
    display: flex;
    position: relative;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: all 0.25s ease;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}








/***** <!-- 
╔════════════════════════════════════════════════════════════╗
║                                                            ║
║     ███████╗ ██╗  ██╗  █████╗  ████████╗                      ║
║     ██╔════╝ ██║  ██║ ██╔══██╗ ╚══██╔══╝                      ║
║     ██║      ███████║ ███████║    ██║                         ║
║     ██║      ██╔══██║ ██╔══██║    ██║                         ║
║     ███████║ ██║  ██║ ██║  ██║    ██║                         ║
║     ╚══════╝ ╚═╝  ╚═╝ ╚═╝  ╚═╝    ╚═╝                         ║
║                         C H A T                            ║
╚════════════════════════════════════════════════════════════╝
--> ********/


.chat-window {
    width: 100%;
    height: 64.61%;
    display: flex;
    position: fixed;
    bottom: -100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    transform: translateY(0%);
    z-index: 2000;
}

.chat-window.active {
  bottom: 0%;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.chat-window  .display {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    background-image: url('../images/pokdeng-game-room/openChat/DisplayChat.png');
    background-size: 100% 100%;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    transform: translateY(0%);
}



.chat-window .header-chat {
    width: 440px;
    height: 15.19%;
    display: flex;
    top: 0;
}

.chat-window .head {
    margin-left: 25px;
    width: 47.27%;
    height: 53.19%;
    margin-top: 17px;
    display: flex;
    position: relative;
}
.chat-window  .symbol {
    top: 0px;
    left: 11px;
    height: 100%;
    width: 24.04%;
    display: flex;
    align-items: center;
    background-color: #ffffff1a;
    border-radius: 50px;
    position: relative;
    aspect-ratio: 1;
}


.chat-window .title-and-detail {
    display: flex;
    margin-top: 12px;
    width: 150px;
    height: 27px;
    left: 10%;
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.chat-window .text-head {
    display: flex;
    align-self: stretch;
    width: 150px;
    height: 25px;
    margin-top: -7.79px;
    font-weight: 400;
    color: #ffffff;
    font-size: 16px;
    white-space: nowrap;
    position: absolute;
    align-items: start;
    justify-content: start;
    letter-spacing: 0;
    line-height: normal;
}

.chat-window .text-sub {
    display: flex;
    align-self: stretch;
    width: 150px;
    height: 25px;
    margin-bottom: -3.21px;
    font-weight: 300;
    color: #afafaf;
    font-size: 11px;
    overflow: hidden;
    position: relative;
    align-items: start;
    justify-content: start;
    letter-spacing: 0;
    line-height: normal;
}

.chat-window .btn-close {
    display: flex;
    position: absolute;
    top: 5%;
    width: 30px;
    height: 30px;
    right: 5%;
}


.chat-window .chat-area {
    width: 440px;
    height: 407px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 10px 12px;
}
/* สไตล์ scrollbar */
.chat-area::-webkit-scrollbar {
  width: 6px;
}
.chat-area::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,0.3);
  border-radius: 3px;
}

/* ===== กล่องข้อความแต่ละคน ===== */
.chat-message {
  display: flex;
  margin-bottom: 12px;
  max-width: 90%;
}

/* โปรไฟล์ */
.profile-pic {
  position: relative;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
.profile-pic img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.profile-pic .profile-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid #0f0;
  box-shadow: 0 0 8px rgba(0,255,0,0.5);
}

/* เนื้อหาข้อความ */
.message-content {
  display: flex;
  flex-direction: column;
  margin-left: 8px;
}
.message-header {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #fff;
  opacity: 0.9;
}
.username {
  font-weight: 600;
  color: #fff;
}
.timestamp {
  color: #aaa;
  font-size: 11px;
}

/* กล่องข้อความ */
.message-bubble {
  background: rgba(255,255,255,0.15);
  border-radius: 10px 10px 10px 0;
  padding: 8px 12px;
  margin-top: 4px;
  color: #fff;
  font-size: 13px;
  max-width: 100%;
  word-wrap: break-word;
  backdrop-filter: blur(8px);
}

/* ===== สไตล์ฝั่งเราเอง (ขวา) ===== */
.chat-message.self {
  flex-direction: row-reverse;
  margin-left: auto;
}
.chat-message.self .message-content {
  align-items: flex-end;
  margin-left: 0;
  margin-right: 8px;
}
.chat-message.self .message-bubble {
  background: rgba(0,255,0,0.25);
  border-radius: 10px 10px 0 10px;
}
.chat-message.self .profile-ring {
  border-color: #0ff;
  box-shadow: 0 0 8px rgba(0,255,255,0.5);
}

.chat-window .btn-modemsg {
    height: 50px;
    position: relative;
    overflow: hidden;
}

.chat-window .sever-chat {
    position: absolute;
    top: 23px;
    left: 104px;
    width: 216px;
    height: 35px;
}

.chat-window .bar {
    position: absolute;
    top: 1px;
    left: -1px;
    width: 215px;
    height: 27px;
}

.chat-window .text-wrapper-8 {
    position: absolute;
    top: 6px;
    left: calc(50.00% - 54px);
    width: 80px;
    height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "PSL Kanda Pro-Bold", Helvetica;
    font-weight: 700;
    color: #afafaf;
    font-size: 15px;
    text-align: center;
    letter-spacing: 0.50px;
    line-height: normal;
    white-space: nowrap;
}

.chat-window .icon-sever {
    top: 4px;
    left: 39px;
    width: 16px;
    height: 16px;
    position: absolute;
    aspect-ratio: 1;
}

.chat-window .vector {
    position: absolute;
    width: 83.33%;
    height: 83.33%;
    top: 0;
    left: 8.40%;
}

.chat-window .vector-2 {
    position: absolute;
    width: 30.62%;
    height: 12.50%;
    top: 87.50%;
    left: 34.76%;
}

.chat-window .normal-chat {
    position: absolute;
    top: 17px;
    left: -7px;
    width: 206px;
    height: 43px;
}

.chat-window .bar-2 {
    position: absolute;
    top: 0;
    left: 7px;
    width: 197px;
    height: 33px;
}

.chat-window .text-wrapper-9 {
    position: absolute;
    top: 7px;
    left: calc(50.00% - 50px);
    width: 83px;
    height: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "PSL Kanda Modern ExtraSP-Regular", Helvetica;
    font-weight: 400;
    color: #ffffff;
    font-size: 15px;
    text-align: center;
    letter-spacing: 0.50px;
    line-height: normal;
    white-space: nowrap;
}

.chat-window .icon-chat {
    top: 7px;
    left: 37px;
    width: 20px;
    height: 20px;
    position: absolute;
    aspect-ratio: 1;
}








/* โครงสร้างรวม */
.chat-tab-container {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background: transparent;
  gap: 0;
  position: relative;
}

/* ปุ่มแต่ละอัน */
.chat-tab {
  position: relative;
  background: linear-gradient(180deg, rgba(80,80,80,0.25) 0%, rgba(40,40,40,0.5) 100%);
  color: #ccc;
  font-family: 'Kanit', sans-serif;
  font-size: 14px;
  font-weight: 500;
  border: none;
  padding: 10px 25px 12px 20px;
  cursor: pointer;
  border-radius: 12px 12px 0 0;
  box-shadow:
    inset 0 1px 3px rgba(255,255,255,0.25),
    0 2px 6px rgba(0,0,0,0.5);
  transition: all 0.25s ease;
  display: flex;
  align-items: center;
  gap: 8px;
  backdrop-filter: blur(8px) saturate(120%);
}

/* เมื่อปุ่ม active (เลือกอยู่) */
.chat-tab.active {
  background: linear-gradient(180deg, rgba(255,255,255,0.25) 0%, rgba(200,200,200,0.15) 100%);
  color: #fff;
  box-shadow:
    inset 0 1px 3px rgba(255,255,255,0.4),
    0 0 12px rgba(0,255,255,0.3);
  transform: translateY(-2px);
}

/* ปุ่มซ้าย */
.chat-tab:first-child {
  border-top-right-radius: 0;
  margin-right: -6px; /* ซ้อนขอบเล็กน้อยให้เนียน */
  z-index: 2;
}

/* ปุ่มขวา */
.chat-tab:last-child {
  border-top-left-radius: 0;
  z-index: 1;
}

/* ไอคอนในปุ่ม */
.chat-tab .tab-icon {
  font-size: 18px;
  line-height: 1;
}

/* เอฟเฟกต์ hover */
.chat-tab:hover {
  color: #fff;
  background: linear-gradient(180deg, rgba(120,120,120,0.35) 0%, rgba(60,60,60,0.55) 100%);
  box-shadow: inset 0 1px 3px rgba(255,255,255,0.35);
}

/* เพิ่มเอฟเฟกต์กด */
.chat-tab:active {
  transform: scale(0.97);
}




.chat-window .footer-chat-bar {
    width: 100%;
    height: 10.98%;
    display: flex;
    background-image: url('../images/pokdeng-game-room/openChat/footer-DisplayChat.png');
}

.chat-window .btn-add-friend {
    margin-top: 10px;
    width: 45px;
    height: 45px;
    margin-left: 12px;
    background-blend-mode: darken;
    aspect-ratio: 1;
}

.chat-window .input-text {
    margin-top: 16px;
    width: 262px;
    height: 35px;
    position: relative;
    margin-left: 53px;
}

.chat-window .text-write {
    position: absolute;
    top: 0;
    left: 0;
    width: 260px;
    height: 35px;
    border-radius: 52px;
    border: 1px solid;
    border-color: #298585;
    background: linear-gradient(
        90deg,
        rgba(181, 255, 204, 1) 0%,
        rgba(217, 217, 217, 1) 100%
    );
}

.chat-window .chat-input{
    margin-top: 16px;
    width: 60%;
    left: 13%;
    position: relative;
    height: 35px;
    border-radius: 50px;
    font-size: 16px;
    padding-left: 10px;
    color: #002828;
    border: 1px solid;
    border-color: #298585;
    background: linear-gradient( 90deg, rgba(181, 255, 204, 1) 0%, rgba(217, 217, 217, 1) 100%);
}

.chat-window .icon {
    top: 4px;
    left: 9px;
    width: 25px;
    height: 25px;
    position: absolute;
    aspect-ratio: 1;
}

.chat-window .send {
    display: flex;
    position: absolute;
    bottom: 3%;
    width: 35px;
    height: 35px;
    right: 3%;
}

.chat-window .vector-3 {
    position: absolute;
    width: 93.75%;
    height: 93.75%;
    top: 3.12%;
    left: 3.12%;
}



























/*********<!-- 
╔════════════════════════════════════════════════════════════╗
║                                                            ║
║     ██████╗  ██████╗  ██████╗ ███╗   ███╗                 ║
║     ██╔══██╗██╔═══██╗██╔═══██╗████╗ ████║                 ║
║     ██████╔╝██║   ██║██║   ██║██╔████╔██║                 ║
║     ██╔══██╗██║   ██║██║   ██║██║╚██╔╝██║                 ║
║     ██║  ██║╚██████╔╝╚██████╔╝██║ ╚═╝ ██║                 ║
║     ╚═╝  ╚═╝ ╚═════╝  ╚═════╝ ╚═╝     ╚═╝                 ║
║                         R O O M                            ║
╚════════════════════════════════════════════════════════════╝
-->**************/



.window-change-room {
    position: relative;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    display: flex;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    transform: translateX(0%);
    z-index: 2000;
}

.window-change-room.active {
  bottom: 0%;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}


.window-change-room .room-sideBar {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/pokdeng-game-room/openRoom/display-side.png');
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    transform: translateX(50%);
    background-size: 100%,100%;
}

.window-change-room.active .room-sideBar {
  transform: translateX(0);
}

.window-change-room .list-room {
    display: flex;
    flex-direction: column;
    width: 89.77%;
    height: 87.58%;
    align-items: center;
    justify-content: center;
    gap: 25px;
    position: absolute;
    top: 11%;
    left: 7%;
}

.window-change-room .room {
  position: relative;
  width: 100%;
  height: 16.33%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

/* ห้องแต่ละห้องใช้ภาพไม่เหมือนกัน */
.window-change-room .room1 {
  background-image: url('../images/pokdeng-game-room/openRoom/room1.png');
}

.window-change-room .room2 {
  background-image: url('../images/pokdeng-game-room/openRoom/room2.png');
}

.window-change-room .room3 {
  background-image: url('../images/pokdeng-game-room/openRoom/room3.png');
}

.window-change-room .room4 {
  background-image: url('../images/pokdeng-game-room/openRoom/room4.png');
}

.window-change-room .room5 {
  background-image: url('../images/pokdeng-game-room/openRoom/room5.png');
}


.window-change-room .round-game {
    position: absolute;
    top: 111px;
    left: 130px;
    width: 84px;
    height: 25px;
}


.window-change-room .text-round {
    position: absolute;
    width: 54.76%;
    height: 40.00%;
    top: 30.00%;
    left: 7.14%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 100;
    color: #ffffff;
    font-size: 8px;
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
}

.window-change-room  .card-room {
    position: absolute;
    width: 100%;
    height: 86.03%;
    top: 0;
    left: 0;
    border-radius: 10px;
    background-image: url('../images/pokdeng-game-room/openRoom/');
    overflow: hidden;
    
}

.window-change-room .table-stats {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-template-rows: repeat(7, minmax(0, 1fr));
    width: 87.5px;
    height: 87.5px;
    position: absolute;
    top: 17px;
    left: 135px;
    aspect-ratio: 1;
}

.window-change-room .info-room {
    position: absolute;
    top: 38px;
    left: 80px;
    width: 40px;
    height: 40px;
}

.window-change-room .chip-price {
    position: absolute;
    width: 105.00%;
    height: 25.00%;
    top: 75.00%;
    left: 0;
}

.window-change-room .payRate {
    position: absolute;
    width: 71.43%;
    height: 100%;
    top: 0;
    left: 23.81%;
    font-size: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
}

.window-change-room .casino-chips {
    position: absolute;
    top: 0;
    left: 0;
    width: 9px;
    height: 9px;
    aspect-ratio: 1;
}




.window-change-room .total-user-play-hand {
    position: absolute;
    width: 85.00%;
    height: 25.00%;
    top: 37.50%;
    left: 2.50%;
}

.window-change-room .userPlay {
    width: 67.65%;
    height: 100%;
    top: 0;
    left: 26.47%;
    font-size: 8px;
    white-space: nowrap;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 0;
    line-height: normal;
}


.window-change-room .total-bet-on-hand {
    position: absolute;
    width: 97.50%;
    height: 25.00%;
    top: 0;
    left: 2.50%;
}

.window-change-room .total-bet {
    position: absolute;
    width: 71.79%;
    height: 100%;
    top: 0;
    left: 23.08%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    color: #ffffff;
    font-size: 8px;
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
}

.room .profile-dealer {
    position: absolute;
    top: 33px;
    left: 8px;
    width: 67px;
    height: 76px;
}

.room .nameRoom {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 29px;
    background-image: url('../images/pokdeng-game-room/openRoom/head-card-1.png');
    background-size: 100%,100%;
}

.room .element {
    width: 105px;
    height: 15px;
    margin-left: 8px;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
    text-align: center;
}

.room .span {
    font-weight: 400;
    color: #ffffff;
    font-size: 11px;
    letter-spacing: 0;
}



.room .time-cooldown {
    position: absolute;
    top: 88px;
    left: 82px;
    width: 48px;
    height: 48px;
    background-color: #6f6f6f;
    border-radius: 24px;
    border: 1px solid;
    border-color: #ffffff;
}

.room .cool-down-time {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    width: 50px;
    height: 50px;
}

.room .frame-minute {
    position: absolute;
    top: 7px;
    left: 7px;
    width: 35px;
    height: 35px;
    border-radius: 238.76px;
    overflow: hidden;
    box-shadow:
        inset 1.5px 1.5px 38.59px #f2f2f2, inset 1.5px 1.5px 7.24px #ffffff80, inset -2.41px -2.41px 1.21px -2.41px #ffffff, inset 2.41px 2.41px 1.21px -2.41px #ffffff, inset -1px -1px 0px -1.21px #262626, inset 1px 1px 0px -1.21px #333333, 0px 4px 4px #00000040, inset 0px 3px 21.6px #00807145, 0px 0px 0px 1px #000000;
    background-blend-mode: darken;
    aspect-ratio: 1;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 100%),
        linear-gradient(
            0deg,
            rgba(51, 51, 51, 0.91) 0%,
            rgba(51, 51, 51, 0.91) 100%
        ),
        linear-gradient(
            0deg,
            rgba(255, 255, 255, 0.9) 0%,
            rgba(255, 255, 255, 0.9) 100%
        );
}



.room .cool-down-numb {
    top: 1px;
    left: -1px;
    width: 35px;
    height: 31px;
    font-size: 25px;
    text-align: center;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 0;
    line-height: normal;
}



.window-change-room .room-2 {
    position: relative;
    align-self: stretch;
    width: 100%;
    height: 139px;
    margin-left: -4.00px;
    margin-right: -4.00px;
}

.window-change-room .room-3 {
    position: relative;
    align-self: stretch;
    width: 100%;
    height: 162px;
    margin-left: -4.00px;
    margin-right: -4.00px;
}

.window-change-room .room-4 {
    position: relative;
    align-self: stretch;
    width: 100%;
    height: 136px;
    margin-left: -4.00px;
    margin-right: -4.00px;
}

.window-change-room .head {
    position: absolute;
    top: 18px;
    left: 25px;
    width: 239px;
    height: 63px;
    display: flex;
}

.window-change-room .symbol {
    margin-top: auto;
    margin-bottom: auto;
    width: 50px;
    height: 50px;
    display: flex;
    background-color: #ffffff0f;
    border-radius: 229.14px;
    aspect-ratio: 1;
}

.window-change-room .icon-change-room {
    width: 100%;
    height: 100%;
    flex: 1;
    aspect-ratio: 1;
    object-fit: cover;
}

.window-change-room .title-and-detail {
    display: flex;
    width: 92px;
    height: 50px;
    position: relative;
    margin-left: 8px;
    margin-top: 4%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.window-change-room .text-head {
    position: relative;
    display: flex;
    align-self: stretch;
    height: 25px;
    margin-top: 0px;
    font-weight: 400;
    color: #ffffff;
    font-size: 16px;
    white-space: nowrap;
    align-items: start;
    justify-content: start;
    letter-spacing: 0;
    line-height: normal;
}

.window-change-room .text-sub {
    display: flex;
    align-self: stretch;
    width: 150px;
    height: 25px;
    margin-bottom: -3.21px;
    font-weight: 300;
    color: #afafaf;
    font-size: 11px;
    overflow: hidden;
    position: relative;
    align-items: start;
    justify-content: start;
    letter-spacing: 0;
    line-height: normal;
}

.window-change-room .button {
    margin-top: 2px;
    width: 30px;
    height: 30px;
    margin-left: 45px;
}






/* ===== ตารางหลัก (7 แถว) ===== */
.table-stats {
  display: grid;
  grid-template-rows: repeat(7, 1fr); /* 7 แถว */
  grid-template-columns: 1fr;         /* 1 คอลัมน์หลัก (เพราะแต่ละแถวมี grid ของตัวเอง) */
  width: 87.5px;
  height: 87.5px;
  border-radius: 4px;
  overflow: hidden;
  border: 0.1px solid #ffffff99;
  aspect-ratio: 1;
}

/* ===== แถวแต่ละแถว (b, p-1 ถึง p-6) ===== */
.table-stats > div {
  display: grid;
  grid-template-columns: repeat(7, 1fr); /* 7 ช่องต่อแถว */
  width: 100%;
  height: 100%;
}

/* ===== ช่องแต่ละช่อง (rd-1 ถึง rd-7) ===== */
.table-stats .rd-1,
.table-stats .rd-2,
.table-stats .rd-3,
.table-stats .rd-4,
.table-stats .rd-5,
.table-stats .rd-6,
.table-stats .rd-7 {
  border: 0.1px solid #ffffff99;
  aspect-ratio: 1;         /* ให้ช่องเป็นสี่เหลี่ยมจัตุรัสเสมอ */
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}


.table-stats > div:nth-child(odd)  { background: rgba(255,255,255,0.03); }
.table-stats > div:nth-child(even) { background: rgba(255,255,255,0.06); }











